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:
  • Constructor Details

    • UnknownInstanceIdRuntimeException

      public UnknownInstanceIdRuntimeException(String aMessage, String aErrorCode)
      Instantiates a new unknown instance id runtime exception.
      Parameters:
      aMessage - The aMessage describing this exception.
      aErrorCode - The error code identifying this exception.
    • UnknownInstanceIdRuntimeException

      public UnknownInstanceIdRuntimeException(String aMessage, Throwable aCause, String aErrorCode)
      Instantiates a new unknown instance id runtime exception.
      Parameters:
      aMessage - The aMessage describing this exception.
      aCause - The Throwable (Exception) causing this exception.
      aErrorCode - The error code identifying this exception.
    • UnknownInstanceIdRuntimeException

      public UnknownInstanceIdRuntimeException(String aMessage, Throwable aCause)
      Instantiates a new unknown instance id runtime exception.
      Parameters:
      aMessage - The aMessage describing this exception.
      aCause - The Throwable (Exception) causing this exception.
    • UnknownInstanceIdRuntimeException

      public UnknownInstanceIdRuntimeException(String aMessage)
      Instantiates a new unknown instance id runtime exception.
      Parameters:
      aMessage - The aMessage describing this exception.
    • UnknownInstanceIdRuntimeException

      public UnknownInstanceIdRuntimeException(Throwable aCause, String aErrorCode)
      Instantiates a new unknown instance id runtime exception.
      Parameters:
      aCause - The Throwable (Exception) causing this exception.
      aErrorCode - The error code identifying this exception.
    • UnknownInstanceIdRuntimeException

      public UnknownInstanceIdRuntimeException(Throwable aCause)
      Instantiates a new unknown instance id runtime exception.
      Parameters:
      aCause - The Throwable (Exception) causing this exception.