|
|||||||||
| 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.ws.WSServiceException
public class WSServiceException
The class WSServiceException that indicates conditions that a reasonable application might want to catch.
| Constructor Summary | |
|---|---|
WSServiceException(java.lang.String message)
Constructs a new WSServiceException with the specified message. |
|
WSServiceException(java.lang.String message,
java.lang.Throwable throwable)
Constructs a new WSServiceException with the specified message. |
|
| Method Summary |
|---|
| 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 WSServiceException(java.lang.String message)
message - the detail message.
public WSServiceException(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 | ||||||||