Class GoneException

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

public class GoneException extends HttpStatusException
The Class GoneException.
See Also:
  • Constructor Details

    • GoneException

      public GoneException(String aMessage, String aErrorCode)
      Instantiates a new gone exception.
      Parameters:
      aMessage - the message
      aErrorCode - the error code
    • GoneException

      public GoneException(String aMessage, Throwable aCause, String aErrorCode)
      Instantiates a new gone exception.
      Parameters:
      aMessage - the message
      aCause - the cause
      aErrorCode - the error code
    • GoneException

      public GoneException(String message, Throwable cause)
      Instantiates a new gone exception.
      Parameters:
      message - the message
      cause - the cause
    • GoneException

      public GoneException(String message)
      Instantiates a new gone exception.
      Parameters:
      message - the message
    • GoneException

      public GoneException(Throwable aCause, String aErrorCode)
      Instantiates a new gone exception.
      Parameters:
      aCause - the cause
      aErrorCode - the error code
    • GoneException

      public GoneException(Throwable cause)
      Instantiates a new gone exception.
      Parameters:
      cause - the cause