Nota:
El acceso a esta página requiere autorización. Puede intentar iniciar sesión o cambiar directorios.
El acceso a esta página requiere autorización. Puede intentar cambiar los directorios.
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.