|
||||||||||
| 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.common.SrampException
org.overlord.sramp.common.SrampServerException
public class SrampServerException
Exception thrown when the server fails unexpectedly (e.g. storage errors).
| Constructor Summary | |
|---|---|
SrampServerException()
Constructor. |
|
SrampServerException(String message)
Constructor. |
|
SrampServerException(String message,
Throwable cause)
Constructor. |
|
SrampServerException(Throwable cause)
Constructor. |
|
| Method Summary |
|---|
| 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 -
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||