Class PreconditionFailedRuntimeException

    • Constructor Detail

      • PreconditionFailedRuntimeException

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

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

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

        public PreconditionFailedRuntimeException​(String message)
        Instantiates a new precondition failed runtime exception.
        Parameters:
        message - the message
      • PreconditionFailedRuntimeException

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

        public PreconditionFailedRuntimeException​(Throwable cause)
        Instantiates a new precondition failed runtime exception.
        Parameters:
        cause - the cause