|
||||||||||
| 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.UnsupportedException
Thrown when a client request is valid but not supported.
$Log: UnsupportedException.java,v $ Revision 1.1 1999/08/27 00:14:55 gjanee Initial revision
| Constructor Summary | |
UnsupportedException()
Constructs an UnsupportedException with no detail
message. |
|
UnsupportedException(java.lang.String s)
Constructs an UnsupportedException 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 UnsupportedException()
UnsupportedException with no detail
message.
public UnsupportedException(java.lang.String s)
UnsupportedException with a detail
message.
s - The detail message.
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||