|
||||||||||
| 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.SrampUserException
public abstract class SrampUserException
Exception thrown when the user/client did something they shouldn't have done. This represents things like invalid query syntax, asking for a UUID that doesn't exist, etcetera. It does *not* represent unexpected server errors like out of memory or out of disk space.
| Constructor Summary | |
|---|---|
SrampUserException()
Constructor. |
|
SrampUserException(String message)
Constructor. |
|
SrampUserException(String message,
Throwable cause)
Constructor. |
|
SrampUserException(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 SrampUserException()
public SrampUserException(String message)
message -
public SrampUserException(String message,
Throwable cause)
message - cause - public SrampUserException(Throwable cause)
cause -
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||