|
||||||||||
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.ow2.bonita.identity.GroupNotFoundException
public class GroupNotFoundException
Constructor Summary | |
---|---|
GroupNotFoundException(GroupOp group)
|
|
GroupNotFoundException(java.lang.String id)
|
Method Summary | |
---|---|
GroupOp |
getGroup()
Return the group that has not been found. |
java.lang.String |
getId()
Return the id that is was not mapped to any group. |
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 GroupNotFoundException(java.lang.String id)
public GroupNotFoundException(GroupOp group)
Method Detail |
---|
public GroupOp getGroup()
public java.lang.String getId()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |