|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectjava.lang.Throwable
java.lang.Exception
restgroupsServer.RestGroupsException
public class RestGroupsException
Custom exception type for RestGroups.
Constructor Summary | |
---|---|
RestGroupsException()
Default constructor, creates empty RestGroupsException. |
|
RestGroupsException(java.lang.String message)
Constructor which takes a message for the argument. |
|
RestGroupsException(java.lang.String message,
java.lang.Throwable cause)
Constructor which takes both, a message and a Throwable object for its arguments. |
|
RestGroupsException(java.lang.Throwable cause)
Constructor which takes a Throwable object for the argument. |
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 RestGroupsException()
public RestGroupsException(java.lang.String message)
message
- a message to be conveyed by this exceptionpublic RestGroupsException(java.lang.Throwable cause)
cause
- a Throwable object, which for instance causes this exception
to be thrownpublic RestGroupsException(java.lang.String message, java.lang.Throwable cause)
message
- a message to be conveyed by this exceptioncause
- a Throwable object, which for instance causes this exception
to be thrown
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |