Class DeployitClientException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- java.lang.RuntimeException
-
- com.xebialabs.deployit.booter.remote.resteasy.DeployitClientException
-
- All Implemented Interfaces:
java.io.Serializable
public class DeployitClientException extends java.lang.RuntimeException- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description DeployitClientException(java.lang.Object entity, int status)DeployitClientException(java.lang.String reason, int status)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description <T> TgetEntity()booleanhasEntity()java.lang.StringtoString()
-