|
||||||||||
| 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.overlord.sramp.client.SrampServerException
public class SrampServerException
Exception thrown by the S-RAMP client when an error is received from the s-ramp server (repository).
| Constructor Summary | |
|---|---|
SrampServerException()
Constructor. |
|
SrampServerException(String message)
Constructor. |
|
SrampServerException(String message,
Throwable cause)
Constructor. |
|
SrampServerException(Throwable cause)
Constructor. |
|
| Method Summary | |
|---|---|
String |
getRemoteStackTrace()
|
void |
setRemoteStackTrace(String remoteStackTrace)
|
| 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 SrampServerException()
public SrampServerException(String message)
message -
public SrampServerException(String message,
Throwable cause)
message - cause - public SrampServerException(Throwable cause)
cause - | Method Detail |
|---|
public String getRemoteStackTrace()
public void setRemoteStackTrace(String remoteStackTrace)
remoteStackTrace - the remoteStackTrace to set
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||