public class FulcrumSecurityException extends Exception
Constructor and Description |
---|
FulcrumSecurityException(String msg)
Construct an SecurityException with specified detail message.
|
FulcrumSecurityException(String msg,
Throwable nested)
Construct an SecurityException with specified detail message and nested
Throwable . |
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
public FulcrumSecurityException(String msg)
msg
- The detail message.Copyright © 2011-2015 The Apache Software Foundation. All Rights Reserved.