org.apache.abdera.protocol.server.context
Class ResponseContextException
java.lang.Object
java.lang.Throwable
java.lang.Exception
org.apache.abdera.protocol.server.context.ResponseContextException
- All Implemented Interfaces:
- Serializable
public class ResponseContextException
- extends Exception
- See Also:
- Serialized Form
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)
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.