Class UnknownVersionException

  • All Implemented Interfaces:
    Serializable

    public class UnknownVersionException
    extends VersionException
    Exception indicating a server version that could not be retrieved or understood.
    Author:
    crashdemons (crashenator at gmail.com)
    See Also:
    Serialized Form
    • Constructor Detail

      • UnknownVersionException

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

        public UnknownVersionException​(String s)
        Constructor for unknown-version exceptions
        Parameters:
        s - the string message for the exception