public class SecurityException extends Exception
| Constructor and Description |
|---|
SecurityException() |
SecurityException(String msg) |
SecurityException(String msg,
Throwable t) |
SecurityException(Throwable t) |
| Modifier and Type | Method and Description |
|---|---|
String |
getMessage() |
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toStringpublic SecurityException()
public SecurityException(String msg)
public SecurityException(Throwable t)
public String getMessage()
getMessage in class ThrowableCopyright © 2016. All rights reserved.