|
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||
java.lang.Object
|
+--java.lang.Throwable
|
+--java.lang.Exception
|
+--tyrex.util.NestedException
|
+--tyrex.resource.ResourceException
A general exception associated with resource management.
| Constructor Summary | |
ResourceException(java.lang.Exception except)
Construct a new exception based on an underlying exception. |
|
ResourceException(java.lang.String message)
Construct a new exception with the specified message. |
|
ResourceException(java.lang.String message,
java.lang.Exception except)
Construct a new exception based on an underlying exception. |
|
| Methods inherited from class tyrex.util.NestedException |
getException, printStackTrace, printStackTrace, printStackTrace |
| Methods inherited from class java.lang.Throwable |
fillInStackTrace, getLocalizedMessage, getMessage, toString |
| Methods inherited from class java.lang.Object |
|
| Constructor Detail |
public ResourceException(java.lang.String message)
message - The message textpublic ResourceException(java.lang.Exception except)
except - The underlying exception
public ResourceException(java.lang.String message,
java.lang.Exception except)
message - The message textexcept - The underlying exception
|
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||