org.globus.ogsa.utils
Class ChainedRemoteException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.io.IOException
java.rmi.RemoteException
org.globus.ogsa.utils.ChainedRemoteException
- All Implemented Interfaces:
- java.io.Serializable
- Direct Known Subclasses:
- GridServiceException, WSSecurityException
- public class ChainedRemoteException
- extends java.rmi.RemoteException
- See Also:
- Serialized Form
Field Summary |
protected java.lang.Throwable |
chained
|
Fields inherited from class java.rmi.RemoteException |
detail |
Methods inherited from class java.rmi.RemoteException |
getCause |
Methods inherited from class java.lang.Throwable |
fillInStackTrace, getLocalizedMessage, getStackTrace, initCause, setStackTrace |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
chained
protected java.lang.Throwable chained
ChainedRemoteException
public ChainedRemoteException()
ChainedRemoteException
public ChainedRemoteException(java.lang.String message)
ChainedRemoteException
public ChainedRemoteException(java.lang.String message,
java.lang.Throwable e)
ChainedRemoteException
public ChainedRemoteException(java.lang.Exception e)
getChained
public java.lang.Throwable getChained()
toString
public java.lang.String toString()
getMessage
public java.lang.String getMessage()
printStackTrace
public void printStackTrace()
printStackTrace
public void printStackTrace(java.io.PrintStream stream)
printStackTrace
public void printStackTrace(java.io.PrintWriter writer)
getStack
public java.lang.String getStack()
Copyright ? 1999 University of Chicago and The University of Southern California. All Rights Reserved.