Class ConfException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- java.lang.RuntimeException
-
- io.streamthoughts.azkarra.api.errors.AzkarraException
-
- io.streamthoughts.azkarra.api.errors.ConfException
-
- All Implemented Interfaces:
Serializable
- Direct Known Subclasses:
InvalidConfException
,MissingConfException
,ParsingConfException
,SecurityConfException
public class ConfException extends AzkarraException
ConfException is the top-level error type generated by the Conf api.- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description ConfException(String message)
ConfException(String message, Throwable cause)
ConfException(Throwable cause)
-
Method Summary
-
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
-