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