Class ApplicationAlreadyExistsException

All Implemented Interfaces:
Serializable

public class ApplicationAlreadyExistsException extends ObjectAlreadyExistsException
Used to indicate that there exists an application with the same name as the one to be created.
See Also:
  • Constructor Details

    • ApplicationAlreadyExistsException

      public ApplicationAlreadyExistsException(String message)