public class WireFormatHandlerException
extends java.lang.Exception
| Constructor and Description |
|---|
WireFormatHandlerException()
Instantiates a new wire format handler exception.
|
WireFormatHandlerException(java.lang.String message)
Instantiates a new wire format handler exception.
|
WireFormatHandlerException(java.lang.String message,
java.lang.Throwable cause)
Instantiates a new wire format handler exception.
|
WireFormatHandlerException(java.lang.Throwable cause)
Instantiates a new wire format handler exception.
|
public WireFormatHandlerException()
public WireFormatHandlerException(java.lang.String message,
java.lang.Throwable cause)
message - the messagecause - the causepublic WireFormatHandlerException(java.lang.String message)
message - the messagepublic WireFormatHandlerException(java.lang.Throwable cause)
cause - the cause