okapi.util
Class OkapiAuthenticationRequiredException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by okapi.util.OkapiAuthenticationRequiredException
All Implemented Interfaces:
java.io.Serializable

public class OkapiAuthenticationRequiredException
extends java.lang.Exception

AuthenticationRequired error to throw. Thrown iff the user is null and the null (world) user doesn't have the required access rights.

Version:
$Revision: 31044 $, $Date: 2008-09-02 17:08:01 -0400 (Tue, 02 Sep 2008) $
Author:
MIT Stellar team
See Also:
Serialized Form

Constructor Summary
OkapiAuthenticationRequiredException()
           
 
Method Summary
 
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

OkapiAuthenticationRequiredException

public OkapiAuthenticationRequiredException()


Copyright ? 2001-2009 MIT. All Rights Reserved.