public class HessianProtocolException
extends java.io.IOException
Constructor and Description |
---|
HessianProtocolException()
Zero-arg constructor.
|
HessianProtocolException(java.lang.String message)
Create the exception.
|
HessianProtocolException(java.lang.String message,
java.lang.Throwable rootCause)
Create the exception.
|
HessianProtocolException(java.lang.Throwable rootCause)
Create the exception.
|
Modifier and Type | Method and Description |
---|---|
java.lang.Throwable |
getCause()
Returns the underlying cause.
|
java.lang.Throwable |
getRootCause()
Returns the underlying cause.
|
public HessianProtocolException()
public HessianProtocolException(java.lang.String message)
public HessianProtocolException(java.lang.String message, java.lang.Throwable rootCause)
public HessianProtocolException(java.lang.Throwable rootCause)