anon.proxy
Class ProxyCallbackNotProcessableException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by anon.proxy.ProxyCallbackNotProcessableException
All Implemented Interfaces:
java.io.Serializable
Direct Known Subclasses:
HTTPHeaderParseException

public class ProxyCallbackNotProcessableException
extends java.lang.Exception

Exception for the ProxyCallback framework in case a chunk cannot be properly processed

See Also:
Serialized Form

Constructor Summary
ProxyCallbackNotProcessableException()
           
ProxyCallbackNotProcessableException(java.lang.String message)
           
 
Method Summary
 byte[] getErrorResponse()
          A response as byte array to sent to the host
 
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

ProxyCallbackNotProcessableException

public ProxyCallbackNotProcessableException()

ProxyCallbackNotProcessableException

public ProxyCallbackNotProcessableException(java.lang.String message)
Method Detail

getErrorResponse

public byte[] getErrorResponse()
A response as byte array to sent to the host

Returns:
the protocol specific error response as byte array