Class 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:
    Serialized Form
    • Constructor Detail

      • ActivationConflictException

        public ActivationConflictException​(String message)
      • ActivationConflictException

        public ActivationConflictException​(String message,
                                           Throwable cause)