Class DuplicateSessionIdRuntimeException

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

public class DuplicateSessionIdRuntimeException extends RemotingRuntimeException
The Class DuplicateSessionIdRuntimeException.
See Also:
  • Constructor Details

    • DuplicateSessionIdRuntimeException

      public DuplicateSessionIdRuntimeException(String aMessage, String aErrorCode)
      Instantiates a new duplicate session id runtime exception.
      Parameters:
      aMessage - the message
      aErrorCode - the error code
    • DuplicateSessionIdRuntimeException

      public DuplicateSessionIdRuntimeException(String aMessage, Throwable aCause, String aErrorCode)
      Instantiates a new duplicate session id runtime exception.
      Parameters:
      aMessage - the message
      aCause - the cause
      aErrorCode - the error code
    • DuplicateSessionIdRuntimeException

      public DuplicateSessionIdRuntimeException(String message, Throwable cause)
      Instantiates a new duplicate session id runtime exception.
      Parameters:
      message - the message
      cause - the cause
    • DuplicateSessionIdRuntimeException

      public DuplicateSessionIdRuntimeException(String message)
      Instantiates a new duplicate session id runtime exception.
      Parameters:
      message - the message
    • DuplicateSessionIdRuntimeException

      public DuplicateSessionIdRuntimeException(Throwable aCause, String aErrorCode)
      Instantiates a new duplicate session id runtime exception.
      Parameters:
      aCause - the cause
      aErrorCode - the error code
    • DuplicateSessionIdRuntimeException

      public DuplicateSessionIdRuntimeException(Throwable cause)
      Instantiates a new duplicate session id runtime exception.
      Parameters:
      cause - the cause