Package com.atlassian.crowd.exception
Class ApplicationNotFoundException
java.lang.Object
java.lang.Throwable
java.lang.Exception
com.atlassian.crowd.exception.CrowdException
com.atlassian.crowd.exception.ObjectNotFoundException
com.atlassian.crowd.exception.ApplicationNotFoundException
- All Implemented Interfaces:
Serializable
Thrown when an application is not found.
- See Also:
-
Constructor Summary
ConstructorDescriptionConstructs a new application not found exception with an application id.Constructs a new application not found exception with an application id and cause.ApplicationNotFoundException
(String applicationName) Constructs a new application not found exception with an application name.ApplicationNotFoundException
(String applicationName, Throwable e) Constructs a new application not found exception with an application name and cause. -
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
ApplicationNotFoundException
Constructs a new application not found exception with an application name.- Parameters:
applicationName
- Name of the application.
-
ApplicationNotFoundException
Constructs a new application not found exception with an application name and cause.- Parameters:
applicationName
- Name of the application.e
- the cause (which is saved for later retrieval by theThrowable.getCause()
method). (Anull
value is permitted, and indicates that the cause is nonexistent or unknown.)
-
ApplicationNotFoundException
Constructs a new application not found exception with an application id.- Parameters:
id
- Id of the application.
-
ApplicationNotFoundException
Constructs a new application not found exception with an application id and cause.- Parameters:
id
- Id of the application.e
- the cause (which is saved for later retrieval by theThrowable.getCause()
method). (Anull
value is permitted, and indicates that the cause is nonexistent or unknown.)
-
-
Method Details
-
getApplicationName
-
getId
-