nextapp.echoservlet.util
Class PeerFactory.PeerFactoryException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by nextapp.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

Constructor Summary
PeerFactory.PeerFactoryException(java.lang.String description)
          Creates a PeerFactoryException.
 
Method Summary
 
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.