Package org.europa.together.exceptions
Class UnsupportedVersionException
java.lang.Object
java.lang.Throwable
java.lang.Exception
org.europa.together.exceptions.UnsupportedVersionException
- All Implemented Interfaces:
Serializable
Exception for unsupported Versions.
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionCreates a new instance ofUnsupportedVersionException
without detail message.Constructs an instance ofUnsupportedVersionException
with the specified detail message. -
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
UnsupportedVersionException
public UnsupportedVersionException()Creates a new instance ofUnsupportedVersionException
without detail message. -
UnsupportedVersionException
Constructs an instance ofUnsupportedVersionException
with the specified detail message.- Parameters:
msg
- the detail message.
-