Class ActivationConflictException

java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
com.yahoo.config.provision.exception.ActivationConflictException
All Implemented Interfaces:
Serializable

public class ActivationConflictException extends RuntimeException
Exception used when activation cannot be done because activation is for an older session than the one that is active now or because current active session has changed since the session to be activated was created
Author:
hmusum
See Also:
  • Constructor Details

    • ActivationConflictException

      public ActivationConflictException(String message)
    • ActivationConflictException

      public ActivationConflictException(String message, Throwable cause)