All Implemented Interfaces:
Serializable
Direct Known Subclasses:
ElementSniffException, FormatSniffException

public class SniffException extends PhenopacketToolsException
A checked exception thrown in case of encountering some content sniffing issues.
See Also:
  • Constructor Details

    • SniffException

      public SniffException()
    • SniffException

      public SniffException(String message)
    • SniffException

      public SniffException(String message, Throwable cause)
    • SniffException

      public SniffException(Throwable cause)
    • SniffException

      protected SniffException(String message, Throwable cause, boolean enableSuppression, boolean writableStackTrace)