Package com.atlassian.crowd.exception
Class ApplicationAlreadyExistsException
java.lang.Object
java.lang.Throwable
java.lang.Exception
com.atlassian.crowd.exception.CrowdException
com.atlassian.crowd.exception.ObjectAlreadyExistsException
com.atlassian.crowd.exception.ApplicationAlreadyExistsException
- All Implemented Interfaces:
Serializable
Used to indicate that there exists an application with the same name as
the one to be created.
- See Also:
-
Constructor Summary
-
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
ApplicationAlreadyExistsException
-