ikrs.httpd
Class AuthorizationException

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

public class AuthorizationException
extends HTTPException

See Also:
Serialized Form

Field Summary
static int AUTHORIZATION_REQUIRED
           
static int MISSING_PARAM
           
 
Constructor Summary
AuthorizationException(int reasonID, java.lang.String msg)
           
 
Method Summary
 int getReasonID()
           
 
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
 

Field Detail

AUTHORIZATION_REQUIRED

public static final int AUTHORIZATION_REQUIRED
See Also:
Constant Field Values

MISSING_PARAM

public static final int MISSING_PARAM
See Also:
Constant Field Values
Constructor Detail

AuthorizationException

public AuthorizationException(int reasonID,
                              java.lang.String msg)
Method Detail

getReasonID

public int getReasonID()