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 and message.
Signature
public ProtectionException(String tag, String message)
Parameters
| Name | Datatype | Notes |
|---|---|---|
| tag |
String |
The tag for logging. |
| message |
String |
The message thrown. |
Returns
Defined in
ProtectionException.java
Remarks
The tag and message are also logged.