public abstract class ProtectionException
extends java.lang.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(java.lang.String message)
Creates an exception.
|
protected |
ProtectionException(java.lang.String message,
java.lang.Throwable cause)
Creates an exception.
|
protected |
ProtectionException(java.lang.Throwable cause)
Creates an exception.
|
protected ProtectionException()
protected ProtectionException(java.lang.String message)
message
- describing errorprotected ProtectionException(java.lang.Throwable cause)
cause
- of this Exceptionprotected ProtectionException(java.lang.String message, java.lang.Throwable cause)
message
- describing errorcause
- of this Exception