Class ConflictRuntimeException

All Implemented Interfaces:
Serializable, org.refcodes.exception.ErrorCodeAccessor, org.refcodes.exception.Trap, org.refcodes.mixin.StatusCodeAccessor<HttpStatusCode>

public class ConflictRuntimeException
extends HttpStatusRuntimeException
The Class ConflictRuntimeException.
See Also:
Serialized Form
  • Constructor Details

    • ConflictRuntimeException

      public ConflictRuntimeException​(String aMessage, String aErrorCode)
      Instantiates a new conflict runtime exception.
      Parameters:
      aMessage - the message
      aErrorCode - the error code
    • ConflictRuntimeException

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

      public ConflictRuntimeException​(String message, Throwable cause)
      Instantiates a new conflict runtime exception.
      Parameters:
      message - the message
      cause - the cause
    • ConflictRuntimeException

      public ConflictRuntimeException​(String message)
      Instantiates a new conflict runtime exception.
      Parameters:
      message - the message
    • ConflictRuntimeException

      public ConflictRuntimeException​(Throwable aCause, String aErrorCode)
      Instantiates a new conflict runtime exception.
      Parameters:
      aCause - the cause
      aErrorCode - the error code
    • ConflictRuntimeException

      public ConflictRuntimeException​(Throwable cause)
      Instantiates a new conflict runtime exception.
      Parameters:
      cause - the cause