org.apache.abdera.protocol.server.context
Class ResponseContextException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by org.apache.abdera.protocol.server.context.ResponseContextException
All Implemented Interfaces:
Serializable

public class ResponseContextException
extends Exception

See Also:
Serialized Form

Constructor Summary
ResponseContextException(int responseCode)
           
ResponseContextException(int responseCode, Throwable t)
           
ResponseContextException(ResponseContext responseContext)
           
ResponseContextException(ResponseContext responseContext, Throwable t)
           
ResponseContextException(String msg, int responseCode)
           
 
Method Summary
 String getMessage()
           
 ResponseContext getResponseContext()
           
 int getStatusCode()
           
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getCause, getLocalizedMessage, 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

ResponseContextException

public ResponseContextException(ResponseContext responseContext,
                                Throwable t)

ResponseContextException

public ResponseContextException(ResponseContext responseContext)

ResponseContextException

public ResponseContextException(int responseCode)

ResponseContextException

public ResponseContextException(int responseCode,
                                Throwable t)

ResponseContextException

public ResponseContextException(String msg,
                                int responseCode)
Method Detail

getResponseContext

public ResponseContext getResponseContext()

getMessage

public String getMessage()
Overrides:
getMessage in class Throwable

getStatusCode

public int getStatusCode()


Copyright © 2006-2010 Apache Software Foundation. All Rights Reserved.