|
||||||||||
| 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
A general middleware exception. Subclasses of this class identify specific types of problems.
$Log: MiddlewareException.java,v $ Revision 1.1 1999/08/18 18:08:37 gjanee Initial revision
| Constructor Summary | |
MiddlewareException()
Constructs a MiddlewareException with no detail
message. |
|
MiddlewareException(java.lang.String s)
Constructs a MiddlewareException 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 MiddlewareException()
MiddlewareException with no detail
message.
public MiddlewareException(java.lang.String s)
MiddlewareException with a detail
message.
s - The detail message.
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||