Class UnknownInstanceIdRuntimeException

java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
org.refcodes.exception.AbstractRuntimeException
org.refcodes.remoting.RemotingRuntimeException
org.refcodes.remoting.UnknownInstanceIdRuntimeException
All Implemented Interfaces:
Serializable, org.refcodes.exception.ErrorCodeAccessor, org.refcodes.exception.Trap

public class UnknownInstanceIdRuntimeException extends RemotingRuntimeException
Thrown in case an instance ID has been provided which is unknown by the processing instance.
See Also:
  • Constructor Details

    • UnknownInstanceIdRuntimeException

      public UnknownInstanceIdRuntimeException(String aMessage, String aErrorCode)
    • UnknownInstanceIdRuntimeException

      public UnknownInstanceIdRuntimeException(String aMessage, Throwable aCause, String aErrorCode)
    • UnknownInstanceIdRuntimeException

      public UnknownInstanceIdRuntimeException(String aMessage, Throwable aCause)
    • UnknownInstanceIdRuntimeException

      public UnknownInstanceIdRuntimeException(String aMessage)
    • UnknownInstanceIdRuntimeException

      public UnknownInstanceIdRuntimeException(Throwable aCause, String aErrorCode)
    • UnknownInstanceIdRuntimeException

      public UnknownInstanceIdRuntimeException(Throwable aCause)