Package org.serviceconnector.service
Class SCCallbackException
java.lang.Object
java.lang.Throwable
java.lang.Exception
org.serviceconnector.service.SCCallbackException
- All Implemented Interfaces:
Serializable
The Class SCCallbackException. Exceptions which occurs in a callback.
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionSCCallbackException(String message, Throwable cause) Instantiates a new sC callback 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
-
SCCallbackException
Instantiates a new sC callback exception.- Parameters:
message- the messagecause- the cause
-