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, toStringpublic FulcrumSecurityException(String msg)
msg - The detail message.Copyright © 2011–2019 The Apache Software Foundation. All rights reserved.