Class NotFoundException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- java.lang.RuntimeException
-
- com.elastisys.scale.cloudpool.api.CloudPoolException
-
- com.elastisys.scale.cloudpool.api.NotFoundException
-
- All Implemented Interfaces:
java.io.Serializable
public class NotFoundException extends CloudPoolException
Thrown by aCloudPoolto indicate that a requested resource (such as a machine pool member) could not be found.- See Also:
CloudPool, Serialized Form
-
-
Constructor Summary
Constructors Constructor Description NotFoundException()Constructs a newNotFoundException.NotFoundException(java.lang.String message)Constructs a newNotFoundException.NotFoundException(java.lang.String message, java.lang.Throwable cause)Constructs a newNotFoundException.NotFoundException(java.lang.Throwable cause)Constructs a newNotFoundException.
-
-
-
Constructor Detail
-
NotFoundException
public NotFoundException()
Constructs a newNotFoundException.
-
NotFoundException
public NotFoundException(java.lang.String message, java.lang.Throwable cause)Constructs a newNotFoundException.- Parameters:
message-cause-
-
NotFoundException
public NotFoundException(java.lang.String message)
Constructs a newNotFoundException.- Parameters:
message-
-
NotFoundException
public NotFoundException(java.lang.Throwable cause)
Constructs a newNotFoundException.- Parameters:
cause-
-
-