Class DuplicateInstanceIdRuntimeException

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

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

    • DuplicateInstanceIdRuntimeException

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

      public DuplicateInstanceIdRuntimeException(String aMessage, Throwable aCause, String aErrorCode)
      Instantiates a new duplicate 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.
    • DuplicateInstanceIdRuntimeException

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

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

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

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