Rice Pastry API

rice.p2p.commonapi.exception
Class AppSocketException

java.lang.Object
  extended byjava.lang.Throwable
      extended byjava.lang.Exception
          extended byrice.p2p.commonapi.exception.AppSocketException
All Implemented Interfaces:
java.io.Serializable
Direct Known Subclasses:
AppNotRegisteredException, NodeIsDeadException, NoReceiverAvailableException, TimeoutException

public class AppSocketException
extends java.lang.Exception

DESCRIBE THE CLASS

Version:
$Id: pretty.settings 2305 2005-03-11 20:22:33Z jeffh $
Author:
jeffh
See Also:
Serialized Form

Constructor Summary
AppSocketException()
          Constructor for AppSocketException.
AppSocketException(java.lang.String string)
          Constructor for AppSocketException.
AppSocketException(java.lang.Throwable reason)
          Constructor for AppSocketException.
 
Method Summary
 java.lang.Throwable reason()
          DESCRIBE THE METHOD
 
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

AppSocketException

public AppSocketException()
Constructor for AppSocketException.


AppSocketException

public AppSocketException(java.lang.Throwable reason)
Constructor for AppSocketException.

Parameters:
reason - DESCRIBE THE PARAMETER

AppSocketException

public AppSocketException(java.lang.String string)
Constructor for AppSocketException.

Parameters:
string - DESCRIBE THE PARAMETER
Method Detail

reason

public java.lang.Throwable reason()
DESCRIBE THE METHOD

Returns:
DESCRIBE THE RETURN VALUE

Rice Pastry API

Copyright © 2001-2005 - Rice Pastry.


Imprint-Dataprotection