org.usergrid.persistence.exceptions
Class ApplicationAlreadyExistsException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by org.usergrid.persistence.exceptions.PersistenceException
              extended by org.usergrid.persistence.exceptions.ApplicationAlreadyExistsException
All Implemented Interfaces:
Serializable

public class ApplicationAlreadyExistsException
extends PersistenceException

See Also:
Serialized Form

Constructor Summary
ApplicationAlreadyExistsException(String applicationName)
           
 
Method Summary
 String getApplicationName()
           
 
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

ApplicationAlreadyExistsException

public ApplicationAlreadyExistsException(String applicationName)
Method Detail

getApplicationName

public String getApplicationName()


Copyright © 2013. All Rights Reserved.