Class NotImplementedRuntimeException

    • Constructor Detail

      • NotImplementedRuntimeException

        public NotImplementedRuntimeException​(String aMessage,
                                              String aErrorCode)
        Instantiates a new not implemented runtime exception.
        Parameters:
        aMessage - the message
        aErrorCode - the error code
      • NotImplementedRuntimeException

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

        public NotImplementedRuntimeException​(String message,
                                              Throwable cause)
        Instantiates a new not implemented runtime exception.
        Parameters:
        message - the message
        cause - the cause
      • NotImplementedRuntimeException

        public NotImplementedRuntimeException​(String message)
        Instantiates a new not implemented runtime exception.
        Parameters:
        message - the message
      • NotImplementedRuntimeException

        public NotImplementedRuntimeException​(Throwable aCause,
                                              String aErrorCode)
        Instantiates a new not implemented runtime exception.
        Parameters:
        aCause - the cause
        aErrorCode - the error code
      • NotImplementedRuntimeException

        public NotImplementedRuntimeException​(Throwable cause)
        Instantiates a new not implemented runtime exception.
        Parameters:
        cause - the cause