Class MovedPermanentlyRuntimeException

    • Constructor Detail

      • MovedPermanentlyRuntimeException

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

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

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

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

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

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