Class NotStartedException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- java.lang.RuntimeException
-
- com.elastisys.scale.cloudpool.api.CloudPoolException
-
- com.elastisys.scale.cloudpool.api.NotStartedException
-
- All Implemented Interfaces:
java.io.Serializable
public class NotStartedException extends CloudPoolException
Thrown by aCloudPoolto indicate that a request won't be serviced due to theCloudPoolbeing in a stopped state.- See Also:
CloudPool, Serialized Form
-
-
Constructor Summary
Constructors Constructor Description NotStartedException()Constructs a newNotStartedException.NotStartedException(java.lang.String message)Constructs a newNotStartedException.NotStartedException(java.lang.String message, java.lang.Throwable cause)Constructs a newNotStartedException.NotStartedException(java.lang.Throwable cause)Constructs a newNotStartedException.
-
-
-
Constructor Detail
-
NotStartedException
public NotStartedException()
Constructs a newNotStartedException.
-
NotStartedException
public NotStartedException(java.lang.String message, java.lang.Throwable cause)Constructs a newNotStartedException.- Parameters:
message-cause-
-
NotStartedException
public NotStartedException(java.lang.String message)
Constructs a newNotStartedException.- Parameters:
message-
-
NotStartedException
public NotStartedException(java.lang.Throwable cause)
Constructs a newNotStartedException.- Parameters:
cause-
-
-