|
||||||||||
| 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.DestroyedComponentException
public class DestroyedComponentException
Exception thrown if a component has been destroyed and an attempt was made to use it.
| Field Summary | |
|---|---|
private static long |
serialVersionUID
Serial version UID. |
| Constructor Summary | |
|---|---|
DestroyedComponentException()
Constructor. |
|
DestroyedComponentException(Exception wrappedException)
Constructor. |
|
DestroyedComponentException(Object destroyedComponent)
Constructor. |
|
DestroyedComponentException(String message)
Constructor. |
|
DestroyedComponentException(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 DestroyedComponentException()
public DestroyedComponentException(Object destroyedComponent)
Object.toString()
to the string has been destroyed.
destroyedComponent - the component that was destroyedpublic DestroyedComponentException(String message)
message - exception messagepublic DestroyedComponentException(Exception wrappedException)
wrappedException - exception to be wrapped by this one
public DestroyedComponentException(String message,
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 | |||||||||