Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Initializes a new instance of the ProtectionException class with the specified tag, message, and inner exception.
Signature
public ProtectionException(String tag, String message, Throwable e)
Parameters
| Name | Datatype | Notes |
|---|---|---|
| tag |
String |
The tag for logging. |
| message |
String |
The exception message. |
| e |
Throwable |
The inner exception. If the inner exception is an ProtectionException, its type will be the one used for the new exception. |
Returns
Defined in
ProtectionException.java