Class SaWsRepositoryException
java.lang.Object
java.lang.Throwable
java.lang.Exception
com.saperion.ws.wrapper.exception.SaWsException
com.saperion.ws.wrapper.exception.SaWsRepositoryException
- All Implemented Interfaces:
Serializable
The Class SaWsRepositoryException.
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionInstantiates a new sa ws repository exception.SaWsRepositoryException
(String message) Instantiates a new sa ws repository exception.SaWsRepositoryException
(String message, Throwable cause) Instantiates a new sa ws repository exception. -
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
SaWsRepositoryException
public SaWsRepositoryException()Instantiates a new sa ws repository exception. -
SaWsRepositoryException
Instantiates a new sa ws repository exception.- Parameters:
message
- the message
-
SaWsRepositoryException
Instantiates a new sa ws repository exception.- Parameters:
message
- the messagecause
- the cause
-