public class HessianProtocolException extends IOException
Constructor and Description |
---|
HessianProtocolException()
Zero-arg constructor.
|
HessianProtocolException(String message)
Create the exception.
|
HessianProtocolException(String message,
Throwable rootCause)
Create the exception.
|
HessianProtocolException(Throwable rootCause)
Create the exception.
|
Modifier and Type | Method and Description |
---|---|
Throwable |
getCause()
Returns the underlying cause.
|
Throwable |
getRootCause()
Returns the underlying cause.
|
addSuppressed, fillInStackTrace, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
public HessianProtocolException()
public HessianProtocolException(String message)
public HessianProtocolException(String message, Throwable rootCause)
public HessianProtocolException(Throwable rootCause)
Copyright © 2023. All rights reserved.