Class InvocationException

java.lang.Object
java.lang.Throwable
java.lang.Exception
org.somda.sdc.glue.consumer.sco.InvocationException
All Implemented Interfaces:
Serializable

public class InvocationException extends Exception
Error that can occur during SCO processing.
See Also:
  • Constructor Details

    • InvocationException

      public InvocationException()
    • InvocationException

      public InvocationException(String message)
    • InvocationException

      public InvocationException(String message, Throwable cause)
    • InvocationException

      public InvocationException(Throwable cause)
    • InvocationException

      public InvocationException(String message, Throwable cause, boolean enableSuppression, boolean writableStackTrace)