org.resilientedge.jockey.peer
Class PeerUnavailableException

java.lang.Object
  |
  +--java.lang.Throwable
        |
        +--java.lang.Exception
              |
              +--java.lang.RuntimeException
                    |
                    +--org.resilientedge.jockey.peer.CommunicationException
                          |
                          +--org.resilientedge.jockey.peer.PeerUnavailableException
All Implemented Interfaces:
java.io.Serializable

public class PeerUnavailableException
extends CommunicationException

The exception thrown when an attempt to communicate to a peer has failed.

Version:
$Revision: 1.1.1.1 $
Author:
John Gardner
See Also:
Serialized Form

Constructor Summary
PeerUnavailableException()
           
 
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

PeerUnavailableException

public PeerUnavailableException()


Copyright © 2001 Resilient Edge, Inc. All Rights Reserved.