Class ResponseContextException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- org.apache.abdera.protocol.server.context.ResponseContextException
-
- All Implemented Interfaces:
Serializable
@Deprecated public class ResponseContextException extends Exception
Deprecated.- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description ResponseContextException(int responseCode)Deprecated.ResponseContextException(int responseCode, Throwable t)Deprecated.ResponseContextException(String msg, int responseCode)Deprecated.ResponseContextException(ResponseContext responseContext)Deprecated.ResponseContextException(ResponseContext responseContext, Throwable t)Deprecated.
-
Method Summary
All Methods Instance Methods Concrete Methods Deprecated Methods Modifier and Type Method Description StringgetMessage()Deprecated.ResponseContextgetResponseContext()Deprecated.intgetStatusCode()Deprecated.-
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
-
-
-
Constructor Detail
-
ResponseContextException
public ResponseContextException(ResponseContext responseContext, Throwable t)
Deprecated.
-
ResponseContextException
public ResponseContextException(ResponseContext responseContext)
Deprecated.
-
ResponseContextException
public ResponseContextException(int responseCode)
Deprecated.
-
ResponseContextException
public ResponseContextException(int responseCode, Throwable t)Deprecated.
-
ResponseContextException
public ResponseContextException(String msg, int responseCode)
Deprecated.
-
-
Method Detail
-
getResponseContext
public ResponseContext getResponseContext()
Deprecated.
-
getMessage
public String getMessage()
Deprecated.- Overrides:
getMessagein classThrowable
-
getStatusCode
public int getStatusCode()
Deprecated.
-
-