Class NotEvictableException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- java.lang.RuntimeException
-
- com.elastisys.scale.cloudpool.api.CloudPoolException
-
- com.elastisys.scale.cloudpool.api.NotEvictableException
-
- All Implemented Interfaces:
java.io.Serializable
public class NotEvictableException extends CloudPoolException
Thrown to indicate that a given machine cannot be removed from the cloudpool due to it having a membership status withevictable: false.- See Also:
MembershipStatus, Serialized Form
-
-
Constructor Summary
Constructors Constructor Description NotEvictableException()NotEvictableException(java.lang.String message)NotEvictableException(java.lang.String message, java.lang.Throwable cause)NotEvictableException(java.lang.Throwable cause)
-
-
-
Constructor Detail
-
NotEvictableException
public NotEvictableException()
-
NotEvictableException
public NotEvictableException(java.lang.String message, java.lang.Throwable cause)
-
NotEvictableException
public NotEvictableException(java.lang.String message)
-
NotEvictableException
public NotEvictableException(java.lang.Throwable cause)
-
-