fipaos.util.proxy
Class BadRequestException

java.lang.Object
  |
  +--java.lang.Throwable
        |
        +--java.lang.Exception
              |
              +--fipaos.util.proxy.ProxyException
                    |
                    +--fipaos.util.proxy.BadRequestException

public class BadRequestException
extends ProxyException

description of class


Constructor Summary
BadRequestException(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

BadRequestException

public BadRequestException(String str)