Class LicenseLimitReachedException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- java.lang.RuntimeException
-
- com.xebialabs.deployit.engine.spi.exception.DeployitException
-
- com.xebialabs.xlrelease.exception.LicenseLimitReachedException
-
- All Implemented Interfaces:
java.io.Serializable
@HttpResponseCodeResult(statusCode=422) @SuppressStackTrace(suppressStackTrace=true) public class LicenseLimitReachedException extends com.xebialabs.deployit.engine.spi.exception.DeployitException
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description LicenseLimitReachedException(java.lang.String message)
-
Method Summary
-
Methods inherited from class com.xebialabs.deployit.engine.spi.exception.DeployitException
add, addAll, getEntity, getErrors, getMessage, hasEntity, hasErrors
-
-