Class ObjectNotFoundException

    • Constructor Detail

      • ObjectNotFoundException

        public ObjectNotFoundException()
        Constructs an ObjectNotFoundException with no detail message.
      • ObjectNotFoundException

        public ObjectNotFoundException​(String message)
        Constructs an ObjectNotFoundException with the specified detail message.
        Parameters:
        message - the detail message.
      • ObjectNotFoundException

        public ObjectNotFoundException​(String message,
                                       Throwable cause)
        Constructs an ObjectNotFoundException with the specified detail message and cause.
        Parameters:
        message - the detail message.
        cause - Throwable cause
      • ObjectNotFoundException

        public ObjectNotFoundException​(Throwable cause)
        Constructs an ObjectNotFoundException with the cause.
        Parameters:
        cause - Throwable cause