public class SecurityException extends Exception
Modifier and Type | Field and Description |
---|---|
protected ArrayList<? extends Serializable> |
violations |
Constructor and Description |
---|
SecurityException() |
SecurityException(ArrayList<? extends Serializable> violations) |
SecurityException(String msg) |
SecurityException(Throwable t) |
Modifier and Type | Method and Description |
---|---|
ArrayList<? extends Serializable> |
getViolations() |
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
protected ArrayList<? extends Serializable> violations
public SecurityException()
public SecurityException(Throwable t)
public SecurityException(String msg)
public SecurityException(ArrayList<? extends Serializable> violations)
public ArrayList<? extends Serializable> getViolations()
Copyright © 2018. All rights reserved.