Package org.conscrypt.ct
Class CTLogStoreImpl.InvalidLogFileException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- org.conscrypt.ct.CTLogStoreImpl.InvalidLogFileException
-
- All Implemented Interfaces:
Serializable
- Enclosing class:
- CTLogStoreImpl
public static class CTLogStoreImpl.InvalidLogFileException extends Exception
Thrown when parsing of a log file fails.- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description InvalidLogFileException()InvalidLogFileException(String message)InvalidLogFileException(String message, Throwable cause)InvalidLogFileException(Throwable cause)
-
Method Summary
-
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
-