Class NotImplementedException

    • Constructor Detail

      • NotImplementedException

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

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

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

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

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

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