public class HessianServiceException
extends java.lang.Exception
Constructor and Description |
---|
HessianServiceException()
Zero-arg constructor.
|
HessianServiceException(java.lang.String message,
java.lang.String code,
java.lang.Object detail)
Create the exception.
|
Modifier and Type | Method and Description |
---|---|
java.lang.String |
getCode()
Returns the code.
|
java.lang.Object |
getDetail()
Returns the detail.
|