jain.jcp
Class JcpPeerUnavailableException

java.lang.Object
  |
  +--java.lang.Throwable
        |
        +--java.lang.Exception
              |
              +--jain.jcp.JcpPeerUnavailableException

public class JcpPeerUnavailableException
extends java.lang.Exception

This Exception indicates that the JcpPeer is unavailable on the current system.

See Also:
Serialized Form

Constructor Summary
JcpPeerUnavailableException()
          Constructor with no string.
JcpPeerUnavailableException(java.lang.String s)
          Constructor with string.
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getLocalizedMessage, getMessage, printStackTrace, printStackTrace, printStackTrace, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

JcpPeerUnavailableException

public JcpPeerUnavailableException()
Constructor with no string.

JcpPeerUnavailableException

public JcpPeerUnavailableException(java.lang.String s)
Constructor with string.
Parameters:
s - description of the fault.


3 Oct 2000
If you have any comments or queries, please mail them to jcc@research.telcordia.com


Copyright-2000 Sun Microsystems