|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectjava.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
org.objectweb.jonas.service.ServiceException
org.objectweb.jonas.ear.EarServiceException
The class EarServiceException that indicates conditions that a reasonable application might want to catch.
| Constructor Summary | |
EarServiceException(java.lang.String message)
Constructs a new EarServiceException with the specified message. |
|
EarServiceException(java.lang.String message,
java.lang.Throwable throwable)
Constructs a new EarServiceException with the specified message. |
|
| Methods inherited from class org.objectweb.jonas.service.ServiceException |
getMessage, toString |
| Methods inherited from class java.lang.Throwable |
fillInStackTrace, getCause, getLocalizedMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
public EarServiceException(java.lang.String message)
message - the detail message.
public EarServiceException(java.lang.String message,
java.lang.Throwable throwable)
message - the detail message.throwable - the exception
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||