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