|
||||||||||
| 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.exception.CrowdException
com.atlassian.crowd.exception.ObjectNotFoundException
com.atlassian.crowd.exception.ApplicationNotFoundException
public class ApplicationNotFoundException
Thrown when an application is not found.
| Constructor Summary | |
|---|---|
ApplicationNotFoundException(java.lang.Long id)
Constructs a new application not found exception with an application id. |
|
ApplicationNotFoundException(java.lang.Long id,
java.lang.Throwable e)
Constructs a new application not found exception with an application id and cause. |
|
ApplicationNotFoundException(java.lang.String applicationName)
Constructs a new application not found exception with an application name. |
|
ApplicationNotFoundException(java.lang.String applicationName,
java.lang.Throwable e)
Constructs a new application not found exception with an application name and cause. |
|
| Method Summary | |
|---|---|
java.lang.String |
getApplicationName()
|
java.lang.Long |
getId()
|
| 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 ApplicationNotFoundException(java.lang.String applicationName)
applicationName - Name of the application.
public ApplicationNotFoundException(java.lang.String applicationName,
java.lang.Throwable e)
applicationName - Name of the application.e - the cause (which is saved for later retrieval by the
Throwable.getCause() method). (A null value is
permitted, and indicates that the cause is nonexistent or
unknown.)public ApplicationNotFoundException(java.lang.Long id)
id - Id of the application.
public ApplicationNotFoundException(java.lang.Long id,
java.lang.Throwable e)
id - Id of the application.e - the cause (which is saved for later retrieval by the
Throwable.getCause() method). (A null value is
permitted, and indicates that the cause is nonexistent or
unknown.)| Method Detail |
|---|
public java.lang.String getApplicationName()
public java.lang.Long getId()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||