Class VersionException

    • Constructor Summary

      Constructors 
      Constructor Description
      VersionException()
      Constructs a new VersionException.
      VersionException​(java.lang.String s)
      Constructs a new VersionException with a message string.
      VersionException​(java.lang.String s, java.lang.Throwable cause)
      Constructs a VersionException with a message string and a base exception
      VersionException​(java.lang.Throwable cause)
      Constructs a VersionException with a cause
    • Method Summary

      • Methods inherited from class java.lang.Throwable

        addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
    • Constructor Detail

      • VersionException

        public VersionException()
        Constructs a new VersionException.
      • VersionException

        public VersionException​(java.lang.String s)
        Constructs a new VersionException with a message string.
        Parameters:
        s - the detail message
      • VersionException

        public VersionException​(java.lang.String s,
                                java.lang.Throwable cause)
        Constructs a VersionException with a message string and a base exception
        Parameters:
        s - the detail message
        cause - the cause
      • VersionException

        public VersionException​(java.lang.Throwable cause)
        Constructs a VersionException with a cause
        Parameters:
        cause - the cause