Class UnsupportedVersionException

java.lang.Object
java.lang.Throwable
java.lang.Exception
org.europa.together.exceptions.UnsupportedVersionException
All Implemented Interfaces:
Serializable

public class UnsupportedVersionException extends Exception
Exception for unsupported Versions.
See Also:
  • Constructor Details

    • UnsupportedVersionException

      public UnsupportedVersionException()
      Creates a new instance of UnsupportedVersionException without detail message.
    • UnsupportedVersionException

      public UnsupportedVersionException(String msg)
      Constructs an instance of UnsupportedVersionException with the specified detail message.
      Parameters:
      msg - the detail message.