|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectjava.lang.Throwable
java.lang.Exception
org.overlord.sramp.ui.shared.rsvcs.RemoteServiceException
public class RemoteServiceException
Remote services can throw this exception and it will be caught on the client.
| Constructor Summary | |
|---|---|
RemoteServiceException()
Constructor. |
|
RemoteServiceException(String message)
Constructor. |
|
RemoteServiceException(String message,
Throwable root)
Constructor. |
|
RemoteServiceException(Throwable root)
Constructor. |
|
| Method Summary | |
|---|---|
String |
getRootStackTrace()
|
void |
setRootStackTrace(String rootStackTrace)
|
| 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 |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
|---|
public RemoteServiceException()
public RemoteServiceException(String message,
Throwable root)
message - root - public RemoteServiceException(Throwable root)
root - public RemoteServiceException(String message)
message - | Method Detail |
|---|
public String getRootStackTrace()
public void setRootStackTrace(String rootStackTrace)
rootStackTrace - the rootStackTrace to set
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||