public class WsCallException extends LspsException
| Constructor and Description |
|---|
WsCallException(java.lang.String message)
Constructs a new exception with the specified detail message.
|
WsCallException(java.lang.String message,
java.lang.Throwable cause)
Constructs a new exception with the specified detail message and cause.
|
WsCallException(java.lang.Throwable cause)
Constructs a new exception with the specified cause and a detail message of (cause==null ?
null : cause.toString())
|
getModelInstanceStates, setModelInstanceStatespublic WsCallException(java.lang.String message,
java.lang.Throwable cause)
message - the detail messagecause - the causepublic WsCallException(java.lang.String message)
message - the detail messagepublic WsCallException(java.lang.Throwable cause)
cause - the causeCopyright © 2007-2020 Whitestein Technologies. All Rights Reserved.