edu.ucsb.adl.middleware
Class NoAuthorizationException

java.lang.Object
  |
  +--java.lang.Throwable
        |
        +--java.lang.Exception
              |
              +--edu.ucsb.adl.middleware.MiddlewareException
                    |
                    +--edu.ucsb.adl.middleware.NoAuthorizationException
All Implemented Interfaces:
java.io.Serializable

public class NoAuthorizationException
extends MiddlewareException

Thrown when a client request lacks the proper authorization.

Version:
$Header: /export/home/gjanee/middleware/edu/ucsb/adl/middleware/RCS/NoAuthorizationException.java,v 1.1 1999/08/18 18:21:11 gjanee Exp $

$Log: NoAuthorizationException.java,v $ Revision 1.1 1999/08/18 18:21:11 gjanee Initial revision

Author:
Greg Janée
Alexandria Digital Library
See Also:
Serialized Form

Constructor Summary
NoAuthorizationException()
          Constructs a NoAuthorizationException with no detail message.
NoAuthorizationException(java.lang.String s)
          Constructs a NoAuthorizationException with a detail message.
 
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

NoAuthorizationException

public NoAuthorizationException()
Constructs a NoAuthorizationException with no detail message.


NoAuthorizationException

public NoAuthorizationException(java.lang.String s)
Constructs a NoAuthorizationException with a detail message.

Parameters:
s - The detail message.