fipaos.util.proxy
Class ProxyException

java.lang.Object
  |
  +--java.lang.Throwable
        |
        +--java.lang.Exception
              |
              +--fipaos.util.proxy.ProxyException
All Implemented Interfaces:
java.io.Serializable
Direct Known Subclasses:
BadMachineException, BadRequestException, MovedException, NoContentException

public class ProxyException
extends java.lang.Exception

description of class

See Also:
Serialized Form

Constructor Summary
ProxyException(java.lang.String str)
           
 
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

ProxyException

public ProxyException(java.lang.String str)