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, toString
public SecurityException()
public SecurityException(String msg)
public SecurityException(Throwable t)
public String getMessage()
getMessage
in class Throwable
Copyright © 2016. All rights reserved.