com.sun.enterprise.admin.remote
Class RemoteException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by com.sun.enterprise.admin.remote.RemoteException
All Implemented Interfaces:
Serializable
Direct Known Subclasses:
RemoteFailureException, RemoteSuccessException

public abstract class RemoteException
extends Exception

Author:
bnevins
See Also:
Serialized Form

Method Summary
 String getRemoteCause()
           
 
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
 

Method Detail

getRemoteCause

public String getRemoteCause()


Copyright © 2012. All Rights Reserved.