public class UnauthorizedInstantiationException extends AuthorizationException
| Constructor and Description |
|---|
UnauthorizedInstantiationException(Class<T> componentClass)
Construct.
|
| Modifier and Type | Method and Description |
|---|---|
Class<? extends IRequestableComponent> |
getComponentClass() |
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toStringpublic UnauthorizedInstantiationException(Class<T> componentClass)
T - The component type.componentClass - The unauthorized component classpublic Class<? extends IRequestableComponent> getComponentClass()
Copyright © 2006–2021 Apache Software Foundation. All rights reserved.