Class MovedTemporarilyRuntimeException

    • Constructor Detail

      • MovedTemporarilyRuntimeException

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

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

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

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

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

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