Class NotConfiguredException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- java.lang.RuntimeException
-
- com.elastisys.scale.cloudpool.api.CloudPoolException
-
- com.elastisys.scale.cloudpool.api.NotConfiguredException
-
- All Implemented Interfaces:
java.io.Serializable
public class NotConfiguredException extends CloudPoolException
Thrown by aCloudPoolto indicate that an operation failed due to theCloudPoolnot being configured.- See Also:
CloudPool, Serialized Form
-
-
Constructor Summary
Constructors Constructor Description NotConfiguredException()Constructs a newNotConfiguredException.NotConfiguredException(java.lang.String message)Constructs a newNotConfiguredException.NotConfiguredException(java.lang.String message, java.lang.Throwable cause)Constructs a newNotConfiguredException.NotConfiguredException(java.lang.Throwable cause)Constructs a newNotConfiguredException.
-
-
-
Constructor Detail
-
NotConfiguredException
public NotConfiguredException()
Constructs a newNotConfiguredException.
-
NotConfiguredException
public NotConfiguredException(java.lang.String message, java.lang.Throwable cause)Constructs a newNotConfiguredException.- Parameters:
message-cause-
-
NotConfiguredException
public NotConfiguredException(java.lang.String message)
Constructs a newNotConfiguredException.- Parameters:
message-
-
NotConfiguredException
public NotConfiguredException(java.lang.Throwable cause)
Constructs a newNotConfiguredException.- Parameters:
cause-
-
-