edu.isi.powerloom.gui.serverinterface
Class AppServerException

java.lang.Object
  |
  +--java.lang.Throwable
        |
        +--java.lang.Exception
              |
              +--edu.isi.powerloom.gui.common.AppException
                    |
                    +--edu.isi.powerloom.gui.serverinterface.AppServerException
All Implemented Interfaces:
java.io.Serializable

public class AppServerException
extends AppException

Representation of exception that occured on the server.

See Also:
Serialized Form

Field Summary
 
Fields inherited from class edu.isi.powerloom.gui.common.AppException
nestedException
 
Constructor Summary
AppServerException(ServerException e)
           
 
Method Summary
 java.lang.String toString()
           
 
Methods inherited from class edu.isi.powerloom.gui.common.AppException
getNestedException
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

AppServerException

public AppServerException(ServerException e)
Method Detail

toString

public java.lang.String toString()
Overrides:
toString in class java.lang.Throwable


Copyright © 2002 University of Southern California Information Sciences Institute. All Rights Reserved.