Class CompatibilityUnsupportedException

  • All Implemented Interfaces:
    Serializable

    public class CompatibilityUnsupportedException
    extends CompatibilityException
    Exception indicating a server version that is incompatible with the available implementations. Unlike "Unavailable" exception, this is used for cases where support will not be provided or even checked. By default this includes any server versions below 1.8.
    Author:
    crashdemons (crashenator at gmail.com)
    See Also:
    Serialized Form
    • Constructor Detail

      • CompatibilityUnsupportedException

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

        public CompatibilityUnsupportedException​(String s)
        Constructor for unsupported-compatibility exceptions
        Parameters:
        s - the string message for the exception