Class NotFoundException

    • Constructor Detail

      • NotFoundException

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

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

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

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

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

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