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
@FeatureToggle(featureID="CM-0005.EX01") public class UnsupportedVersionException extends Exception
Exception for unsupported Versions.- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description UnsupportedVersionException()
Creates a new instance ofUnsupportedVersionException
without detail message.UnsupportedVersionException(String msg)
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 Detail
-
UnsupportedVersionException
public UnsupportedVersionException()
Creates a new instance ofUnsupportedVersionException
without detail message.
-
UnsupportedVersionException
public UnsupportedVersionException(String msg)
Constructs an instance ofUnsupportedVersionException
with the specified detail message.- Parameters:
msg
- the detail message.
-
-