Class ObjectNotFoundException

    • Constructor Detail

      • ObjectNotFoundException

        public ObjectNotFoundException()
        Default constructor
      • ObjectNotFoundException

        public ObjectNotFoundException​(String message)
        Parameters:
        message - error message
      • ObjectNotFoundException

        public ObjectNotFoundException​(Throwable cause)
        Parameters:
        cause - the cause exception
      • ObjectNotFoundException

        public ObjectNotFoundException​(String message,
                                       Throwable cause)
        Parameters:
        message - error message
        cause - the cause exception