Class VersionException

    • Constructor Detail

      • VersionException

        public VersionException​(String message,
                                Throwable cause)
        Constructs a new VersionException with message and cause.
        Parameters:
        message - the message related to this exception.
        cause - the cause of this exception.
      • VersionException

        public VersionException​(String message)
        Constructs a new VersionException with a message.
        Parameters:
        message - the message related to this exception.