Class 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 with evictable: false.
    See Also:
    MembershipStatus, Serialized Form
    • Method Summary

      • Methods inherited from class java.lang.Throwable

        addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
    • 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)