|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Object
|
+--java.lang.Throwable
|
+--java.lang.Exception
|
+--edu.ucsb.adl.middleware.MiddlewareException
|
+--edu.ucsb.adl.middleware.NoAuthorizationException
Thrown when a client request lacks the proper authorization.
$Log: NoAuthorizationException.java,v $ Revision 1.1 1999/08/18 18:21:11 gjanee Initial revision
| 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 |
public NoAuthorizationException()
NoAuthorizationException with no
detail message.
public NoAuthorizationException(java.lang.String s)
NoAuthorizationException with a
detail message.
s - The detail message.
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||