Class NotFoundException

java.lang.Object
java.lang.Throwable
java.lang.Exception
org.graylog2.database.NotFoundException
All Implemented Interfaces:
Serializable
Direct Known Subclasses:
NodeNotFoundException

public class NotFoundException extends Exception
Author:
Lennart Koopmann <[email protected]>
See Also:
  • Constructor Details

    • NotFoundException

      public NotFoundException()
    • NotFoundException

      public NotFoundException(String message)
    • NotFoundException

      public NotFoundException(String message, Throwable cause)
    • NotFoundException

      public NotFoundException(Throwable cause)
    • NotFoundException

      public NotFoundException(String message, Throwable cause, boolean enableSuppression, boolean writableStackTrace)