|
|||||||||
| 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
|
+--org.jwarp.service.ServiceException
|
+--org.jwarp.service.ServiceRuntimeException
Exceptiopn thrown during execution of a service as an internal service error occurrs that is fatal.
| Constructor Summary | |
ServiceRuntimeException(java.lang.Exception e)
Creates an exception |
|
ServiceRuntimeException(java.lang.String message)
Creates an exception |
|
| Methods inherited from class java.lang.Throwable |
fillInStackTrace, getLocalizedMessage, getMessage, printStackTrace, printStackTrace, printStackTrace, toString |
| Methods inherited from class java.lang.Object |
|
| Constructor Detail |
public ServiceRuntimeException(java.lang.String message)
message - The messagepublic ServiceRuntimeException(java.lang.Exception e)
e - The system's eception catched
|
|
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||