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, toString
public UnknownEntityException(String msg)
msg
- The detail message.Copyright © 2011–2017 The Apache Software Foundation. All rights reserved.