|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectjava.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
net.shibboleth.utilities.java.support.component.UninitializedComponentException
public class UninitializedComponentException
Exception thrown if a component has not been initialized and needs to be in order to perform the operation.
| Field Summary | |
|---|---|
private static long |
serialVersionUID
Serial version UID. |
| Constructor Summary | |
|---|---|
UninitializedComponentException()
Constructor. |
|
UninitializedComponentException(Exception wrappedException)
Constructor. |
|
UninitializedComponentException(Object uninitializedComponent)
Constructor. |
|
UninitializedComponentException(String message)
Constructor. |
|
UninitializedComponentException(String message,
Exception wrappedException)
Constructor. |
|
| Method Summary |
|---|
| Methods inherited from class java.lang.Throwable |
|---|
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Field Detail |
|---|
private static final long serialVersionUID
| Constructor Detail |
|---|
public UninitializedComponentException()
public UninitializedComponentException(Object uninitializedComponent)
Object.toString()
to the string has not been initialized.
uninitializedComponent - the component that was not initialzied
public UninitializedComponentException(@Nullable
String message)
message - exception message
public UninitializedComponentException(@Nullable
Exception wrappedException)
wrappedException - exception to be wrapped by this one
public UninitializedComponentException(@Nullable
String message,
@Nullable
Exception wrappedException)
message - exception messagewrappedException - exception to be wrapped by this one
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||