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 TID has been provided which is unknown by the processing instance.
See Also:
Serialized Form
  • Constructor Details

    • UnknownInstanceIdRuntimeException

      public UnknownInstanceIdRuntimeException​(String aMessage, String aErrorCode)
      Instantiates a new unknown instance id runtime exception.
      Parameters:
      aMessage - the message
      aErrorCode - the error code
    • UnknownInstanceIdRuntimeException

      public UnknownInstanceIdRuntimeException​(String aMessage, Throwable aCause, String aErrorCode)
      Instantiates a new unknown instance id runtime exception.
      Parameters:
      aMessage - the message
      aCause - the cause
      aErrorCode - the error code
    • UnknownInstanceIdRuntimeException

      public UnknownInstanceIdRuntimeException​(String message, Throwable cause)
      Instantiates a new unknown instance id runtime exception.
      Parameters:
      message - the message
      cause - the cause
    • UnknownInstanceIdRuntimeException

      public UnknownInstanceIdRuntimeException​(String message)
      Instantiates a new unknown instance id runtime exception.
      Parameters:
      message - the message
    • UnknownInstanceIdRuntimeException

      public UnknownInstanceIdRuntimeException​(Throwable aCause, String aErrorCode)
      Instantiates a new unknown instance id runtime exception.
      Parameters:
      aCause - the cause
      aErrorCode - the error code
    • UnknownInstanceIdRuntimeException

      public UnknownInstanceIdRuntimeException​(Throwable cause)
      Instantiates a new unknown instance id runtime exception.
      Parameters:
      cause - the cause