Package com.carfey.ops.api.embedded
Class MissingEntityException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- com.carfey.ops.api.embedded.MissingEntityException
-
- All Implemented Interfaces:
java.io.Serializable
public class MissingEntityException extends java.lang.ExceptionException to indicate a requested entity, such as a job or host, could not be located with the supplied identifier.- Since:
- 2.3
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description MissingEntityException(java.lang.String msg)
-