public class HessianRuntimeException extends RuntimeException
Constructor and Description |
---|
HessianRuntimeException()
Zero-arg constructor.
|
HessianRuntimeException(String message)
Create the exception.
|
HessianRuntimeException(String message,
Throwable rootCause)
Create the exception.
|
HessianRuntimeException(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 HessianRuntimeException()
public HessianRuntimeException(String message)
public HessianRuntimeException(String message, Throwable rootCause)
public HessianRuntimeException(Throwable rootCause)
Copyright © 2023. All rights reserved.