Class MovedPermanentlyException

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

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

    • MovedPermanentlyException

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

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

      public MovedPermanentlyException(String message, Throwable cause)
      Instantiates a new moved permanently exception.
      Parameters:
      message - the message
      cause - the cause
    • MovedPermanentlyException

      public MovedPermanentlyException(String message)
      Instantiates a new moved permanently exception.
      Parameters:
      message - the message
    • MovedPermanentlyException

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

      public MovedPermanentlyException(Throwable cause)
      Instantiates a new moved permanently exception.
      Parameters:
      cause - the cause