Class AlreadyExistsException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- java.lang.RuntimeException
-
- io.streamthoughts.azkarra.api.errors.AzkarraException
-
- io.streamthoughts.azkarra.api.errors.AlreadyExistsException
-
- All Implemented Interfaces:
Serializable
public class AlreadyExistsException extends AzkarraException
Thrown if an application or an environment already exists.- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description AlreadyExistsException(String message)
Creates a newAlreadyExistsException
instance.
-
Method Summary
-
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
-
-
-
Constructor Detail
-
AlreadyExistsException
public AlreadyExistsException(String message)
Creates a newAlreadyExistsException
instance.- Parameters:
message
- the error message.
-
-