Class CloudPoolException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- java.lang.RuntimeException
-
- com.elastisys.scale.cloudpool.api.CloudPoolException
-
- All Implemented Interfaces:
java.io.Serializable
- Direct Known Subclasses:
NotConfiguredException,NotEvictableException,NotFoundException,NotStartedException
public class CloudPoolException extends java.lang.RuntimeExceptionThrown by aCloudPoolto indicate an error condition.- See Also:
CloudPool, Serialized Form
-
-
Constructor Summary
Constructors Constructor Description CloudPoolException()Constructs a newCloudPoolException.CloudPoolException(java.lang.String message)Constructs a newCloudPoolException.CloudPoolException(java.lang.String message, java.lang.Throwable cause)Constructs a newCloudPoolException.CloudPoolException(java.lang.Throwable cause)Constructs a newCloudPoolException.
-
-
-
Constructor Detail
-
CloudPoolException
public CloudPoolException()
Constructs a newCloudPoolException.
-
CloudPoolException
public CloudPoolException(java.lang.String message, java.lang.Throwable cause)Constructs a newCloudPoolException.- Parameters:
message-cause-
-
CloudPoolException
public CloudPoolException(java.lang.String message)
Constructs a newCloudPoolException.- Parameters:
message-
-
CloudPoolException
public CloudPoolException(java.lang.Throwable cause)
Constructs a newCloudPoolException.- Parameters:
cause-
-
-