|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectjava.lang.Throwable
java.lang.Exception
com.atlassian.crowd.integration.exception.PermissionException
public abstract class PermissionException
Permission Exception this Exception will handle Exceptions to do with CRUD operations on Applications, Directories etc.
| Constructor Summary | |
|---|---|
PermissionException()
Default constructor. |
|
PermissionException(java.lang.String s)
Default constructor. |
|
PermissionException(java.lang.String s,
java.lang.Throwable throwable)
Default constructor. |
|
PermissionException(java.lang.Throwable throwable)
Default 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 PermissionException()
public PermissionException(java.lang.String s)
s - the message.
public PermissionException(java.lang.String s,
java.lang.Throwable throwable)
s - the message.throwable - the Exception.public PermissionException(java.lang.Throwable throwable)
throwable - the Exception.
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||