|
|||||||||
| 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
|
+--java.lang.RuntimeException
|
+--org.objectweb.jonas.service.ServiceException
|
+--org.objectweb.jonas.resource.ResourceServiceException
The class ResourceServiceException that indicates conditions that a reasonable application might want to catch.
| Constructor Summary | |
ResourceServiceException(java.lang.String message)
Constructs a new ResourceServiceException with the specified message. |
|
ResourceServiceException(java.lang.String message,
java.lang.Throwable throwable)
Constructs a new ResourceServiceException with the specified message. |
|
| Methods inherited from class org.objectweb.jonas.service.ServiceException |
getCause, getMessage, toString |
| Methods inherited from class java.lang.Throwable |
fillInStackTrace, getLocalizedMessage, printStackTrace, printStackTrace, printStackTrace |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
public ResourceServiceException(java.lang.String message)
message - the detail message.
public ResourceServiceException(java.lang.String message,
java.lang.Throwable throwable)
message - the detail message.throwable - the exception
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||