public abstract class ProtectionException extends Exception
| Modifier and Type | Class and Description | 
|---|---|
static class  | 
ProtectionException.InvalidConfigException
Exception thrown when specified configuration was invalid. 
 | 
| Modifier | Constructor and Description | 
|---|---|
protected  | 
ProtectionException()
Default constructor. 
 | 
protected  | 
ProtectionException(String message)
Creates an exception. 
 | 
protected  | 
ProtectionException(String message,
                   Throwable cause)
Creates an exception. 
 | 
protected  | 
ProtectionException(Throwable cause)
Creates an exception. 
 | 
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toStringprotected ProtectionException()
protected ProtectionException(String message)
message - describing errorprotected ProtectionException(Throwable cause)
cause - of this Exception