ikrs.httpd
Class ParametrizedHTTPException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by ikrs.httpd.HTTPException
              extended by ikrs.httpd.ParametrizedHTTPException
All Implemented Interfaces:
java.io.Serializable

public class ParametrizedHTTPException
extends HTTPException

See Also:
Serialized Form

Constructor Summary
ParametrizedHTTPException(java.lang.String msg, int statusCode, java.lang.String reasonPhrase)
           
ParametrizedHTTPException(java.lang.String msg, java.lang.Throwable reason, int statusCode, java.lang.String reasonPhrase)
           
 
Method Summary
 java.lang.String getReasonPhrase()
           
 int getStatusCode()
           
 
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

ParametrizedHTTPException

public ParametrizedHTTPException(java.lang.String msg,
                                 int statusCode,
                                 java.lang.String reasonPhrase)

ParametrizedHTTPException

public ParametrizedHTTPException(java.lang.String msg,
                                 java.lang.Throwable reason,
                                 int statusCode,
                                 java.lang.String reasonPhrase)
Method Detail

getStatusCode

public int getStatusCode()

getReasonPhrase

public java.lang.String getReasonPhrase()