Class SaWsDBException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- com.saperion.ws.wrapper.exception.SaWsException
-
- com.saperion.ws.wrapper.exception.SaWsDBException
-
- All Implemented Interfaces:
java.io.Serializable
public class SaWsDBException extends SaWsException
The Class SaWsDBException.- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description SaWsDBException()
Instantiates a new sa ws db exception.SaWsDBException(java.lang.String message)
Instantiates a new sa ws db exception.SaWsDBException(java.lang.String message, java.lang.Throwable cause)
Instantiates a new sa ws db exception.
-
-
-
Constructor Detail
-
SaWsDBException
public SaWsDBException()
Instantiates a new sa ws db exception.
-
SaWsDBException
public SaWsDBException(java.lang.String message)
Instantiates a new sa ws db exception.- Parameters:
message
- the message
-
SaWsDBException
public SaWsDBException(java.lang.String message, java.lang.Throwable cause)
Instantiates a new sa ws db exception.- Parameters:
message
- the messagecause
- the cause
-
-