public class WsCallException extends LspsException
| Constructor and Description |
|---|
WsCallException(String message)
Constructs a new exception with the specified detail message.
|
WsCallException(String message,
Throwable cause)
Constructs a new exception with the specified detail message and cause.
|
WsCallException(Throwable cause)
Constructs a new exception with the specified cause and a detail message of (cause==null ?
null : cause.toString())
|
getModelInstanceStates, setModelInstanceStatesaddSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toStringpublic WsCallException(String message, Throwable cause)
message - the detail messagecause - the causepublic WsCallException(String message)
message - the detail messagepublic WsCallException(Throwable cause)
cause - the causeCopyright © 2007-2020 Whitestein Technologies. All Rights Reserved.