fipaos.util.proxy
Class ProxyException

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

public class ProxyException
extends Exception

description of class


Constructor Summary
ProxyException(String str)
           

Methods inherited from class java.lang.Throwable
getMessage, getLocalizedMessage, toString, printStackTrace, printStackTrace, printStackTrace, fillInStackTrace

Methods inherited from class java.lang.Object
getClass, hashCode, equals, notify, notifyAll, wait, wait, wait

Constructor Detail

ProxyException

public ProxyException(String str)