public class InstantiationException extends ShiroException
| Constructor and Description |
|---|
InstantiationException()
Creates a new InstantiationException.
|
InstantiationException(String message)
Constructs a new InstantiationException.
|
InstantiationException(String message,
Throwable cause)
Constructs a new InstantiationException.
|
InstantiationException(Throwable cause)
Constructs a new InstantiationException.
|
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toStringpublic InstantiationException()
public InstantiationException(String message)
message - the reason for the exceptionpublic InstantiationException(Throwable cause)
cause - the underlying Throwable that caused this exception to be thrown.Copyright © 2004–2020 The Apache Software Foundation. All rights reserved.