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 aMessage describing this exception.
      aErrorCode - The error code identifying this exception.
    • DuplicateSessionIdRuntimeException

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

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

      public DuplicateSessionIdRuntimeException(String aMessage)
      Instantiates a new duplicate session id runtime exception.
      Parameters:
      aMessage - The aMessage describing this exception.
    • DuplicateSessionIdRuntimeException

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

      public DuplicateSessionIdRuntimeException(Throwable aCause)
      Instantiates a new duplicate session id runtime exception.
      Parameters:
      aCause - The Throwable (Exception) causing this exception.