|
Novell exteNd Web Services SDK API | |||||||||
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
com.sssw.jbroker.web.ServiceException
The ServiceException is the common superclass for a any Service Exception.
Constructor Summary | |
ServiceException(String message)
Constructs a ServiceException with the specified detail message. |
|
ServiceException(String faultCode,
String faultString)
Constructs a ServiceException with the specified fault information. |
|
ServiceException(Throwable targetEx)
Constructs a ServiceException with the specified nested exception. |
Method Summary | |
Throwable |
getTargetException()
Get the nested exception. |
static RemoteException |
mapToRemote(Throwable t)
Map a given Exception to a RemoteException. |
Methods inherited from class java.lang.Throwable |
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Constructor Detail |
public ServiceException(String message)
public ServiceException(String faultCode, String faultString)
public ServiceException(Throwable targetEx)
Method Detail |
public Throwable getTargetException()
public static RemoteException mapToRemote(Throwable t)
|
Novell exteNd Web Services SDK API | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |