Class 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 Detail

      • 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