public class HessianFieldException extends HessianProtocolException
| Constructor and Description |
|---|
HessianFieldException()
Zero-arg constructor.
|
HessianFieldException(String message)
Create the exception.
|
HessianFieldException(String message,
Throwable cause)
Create the exception.
|
HessianFieldException(Throwable cause)
Create the exception.
|
getCause, getRootCauseaddSuppressed, fillInStackTrace, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toStringpublic HessianFieldException()
public HessianFieldException(String message)
public HessianFieldException(String message, Throwable cause)
public HessianFieldException(Throwable cause)
Copyright © 2017 Caucho Technology, Inc. All rights reserved.