com.atlassian.crowd.manager.application
Class ApplicationManagerException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by com.atlassian.crowd.manager.application.ApplicationManagerException
All Implemented Interfaces:
Serializable

public class ApplicationManagerException
extends Exception

Represents an error attempting to modify application configuration.

See Also:
Serialized Form

Constructor Summary
ApplicationManagerException()
           
ApplicationManagerException(String s)
           
ApplicationManagerException(String s, Throwable throwable)
           
ApplicationManagerException(Throwable throwable)
           
 
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

ApplicationManagerException

public ApplicationManagerException()

ApplicationManagerException

public ApplicationManagerException(String s)

ApplicationManagerException

public ApplicationManagerException(String s,
                                   Throwable throwable)

ApplicationManagerException

public ApplicationManagerException(Throwable throwable)


Copyright © 2013 Atlassian. All Rights Reserved.