|
|||||||||||
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
org.globus.ogsa.router.RedirectException
Constructor Summary | |
RedirectException()
|
|
RedirectException(java.lang.String endpoint)
|
Method Summary | |
static java.lang.Throwable |
getNextChainedException(java.lang.Throwable exc)
This is just a way to say Exception.getCause() that works in both java 1.4 and 1.3. |
java.lang.String |
getTargetEndpoint()
|
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 |
Constructor Detail |
public RedirectException()
public RedirectException(java.lang.String endpoint)
Method Detail |
public java.lang.String getTargetEndpoint()
public static java.lang.Throwable getNextChainedException(java.lang.Throwable exc)
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |