Class CompatibilityConflictException

  • All Implemented Interfaces:
    Serializable

    public class CompatibilityConflictException
    extends CompatibilityException
    Exception indicating that there is a conflict between multiple compatibility-provider implementations. This generally occurs when attempting to register a second provider for the session or initialize the compatibility library twice, mistakenly.
    Author:
    crashdemons (crashenator at gmail.com)
    See Also:
    Serialized Form
    • Constructor Detail

      • CompatibilityConflictException

        public CompatibilityConflictException​(String s,
                                              Exception e)
        Constructor for conflict exceptions
        Parameters:
        s - the string message for the exception
        e - the exception cause
      • CompatibilityConflictException

        public CompatibilityConflictException​(String s)
        Constructor for conflict exceptions
        Parameters:
        s - the string message for the exception