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

    • DuplicateInstanceIdRuntimeException

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

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

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

      public DuplicateInstanceIdRuntimeException​(String message)
      Instantiates a new duplicate instance id runtime exception.
      Parameters:
      message - the message
    • DuplicateInstanceIdRuntimeException

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

      public DuplicateInstanceIdRuntimeException​(Throwable cause)
      Instantiates a new duplicate instance id runtime exception.
      Parameters:
      cause - the cause