NextApp Echo
App Container 1.0.5

nextapp.echoservlet.util
Class PeerFactory.PeerFactoryException

java.lang.Object
  extended byjava.lang.Throwable
      extended byjava.lang.Exception
          extended bynextapp.echoservlet.util.PeerFactory.PeerFactoryException
All Implemented Interfaces:
java.io.Serializable
Enclosing class:
PeerFactory

public class PeerFactory.PeerFactoryException
extends java.lang.Exception

An exception used to describe a problem that was encountered loading a peer object.

See Also:
Serialized Form

Field Summary
 
Fields inherited from class java.lang.Exception
 
Fields inherited from class java.lang.Throwable
 
Constructor Summary
PeerFactory.PeerFactoryException(java.lang.String description)
          Creates a PeerFactoryException.
 
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

PeerFactory.PeerFactoryException

public PeerFactory.PeerFactoryException(java.lang.String description)
Creates a PeerFactoryException.

Parameters:
description - A description of the problem which caused this exception to occur.

NextApp Echo
App Container 1.0.5