|
||||||||||
| 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.outerj.daisy.repository.RepositoryException
org.outerj.daisy.repository.user.UserManagementException
org.outerj.daisy.repository.user.RoleNotFoundException
public class RoleNotFoundException
| Constructor Summary | |
|---|---|
RoleNotFoundException(long id)
|
|
RoleNotFoundException(java.util.Map params)
|
|
RoleNotFoundException(java.lang.String name)
|
|
| Method Summary | |
|---|---|
java.lang.String |
getMessage()
|
java.util.Map |
getState()
Exceptions which can externalize their state as a map containing string-string pairs can override this method to do so. |
| Methods inherited from class java.lang.Throwable |
|---|
fillInStackTrace, getCause, getLocalizedMessage, 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 RoleNotFoundException(long id)
public RoleNotFoundException(java.lang.String name)
public RoleNotFoundException(java.util.Map params)
| Method Detail |
|---|
public java.util.Map getState()
RepositoryExceptionThis is used to reconstruct server-side exceptions in the repository client.
getState in class UserManagementExceptionpublic java.lang.String getMessage()
getMessage in class UserManagementException
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||