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