Package org.somda.sdc.glue.consumer.sco
Class InvocationException
java.lang.Object
java.lang.Throwable
java.lang.Exception
org.somda.sdc.glue.consumer.sco.InvocationException
- All Implemented Interfaces:
Serializable
Error that can occur during SCO processing.
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionInvocationException(String message) InvocationException(String message, Throwable cause) InvocationException(String message, Throwable cause, boolean enableSuppression, boolean writableStackTrace) InvocationException(Throwable cause) -
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
InvocationException
public InvocationException() -
InvocationException
-
InvocationException
-
InvocationException
-
InvocationException
-