fipaos.util.proxy
Class NoContentException

java.lang.Object
  |
  +--java.lang.Throwable
        |
        +--java.lang.Exception
              |
              +--fipaos.util.proxy.ProxyException
                    |
                    +--fipaos.util.proxy.NoContentException
All Implemented Interfaces:
java.io.Serializable

public class NoContentException
extends ProxyException

description of class

See Also:
Serialized Form

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

NoContentException

public NoContentException(java.lang.String str)