org.globus.ogsa.utils
Class ChainedRemoteException

java.lang.Object
  extended byjava.lang.Throwable
      extended byjava.lang.Exception
          extended byjava.io.IOException
              extended byjava.rmi.RemoteException
                  extended byorg.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
 
Constructor Summary
ChainedRemoteException()
           
ChainedRemoteException(java.lang.Exception e)
           
ChainedRemoteException(java.lang.String message)
           
ChainedRemoteException(java.lang.String message, java.lang.Throwable e)
           
 
Method Summary
 java.lang.Throwable getChained()
           
 java.lang.String getMessage()
           
 java.lang.String getStack()
           
 void printStackTrace()
           
 void printStackTrace(java.io.PrintStream stream)
           
 void printStackTrace(java.io.PrintWriter writer)
           
 java.lang.String toString()
           
 
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
 

Field Detail

chained

protected java.lang.Throwable chained
Constructor Detail

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)
Method Detail

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.