Package com.avoka.fc.core.util
Class UnsupportedVersionException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- java.lang.RuntimeException
-
- com.avoka.fc.core.util.ApplicationException
-
- com.avoka.fc.core.util.UnsupportedVersionException
-
- All Implemented Interfaces:
Serializable
public class UnsupportedVersionException extends ApplicationException
Provides an exception indicating that an entity (such as a form) is not supported by this TM version.- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description UnsupportedVersionException(String userMessage, String minVersionRequired, BaseEntity entity)
Create a UnsupportedVersionException object with the given parameters
-
Method Summary
-
Methods inherited from class com.avoka.fc.core.util.ApplicationException
getClient, getContext, getErrorLog, getFormXml, getGroovyServiceLog, getMessageKey, getName, getRequestKey, getSolution, getUserMessage, isLogToErrorLog, setClient, setContext, setErrorLog, setFormXml, setGroovyServiceLog, setLogToErrorLog, setMessageKey, setRequestKey, setSolution, setUserMessage, toString
-
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace
-
-
-
-
Constructor Detail
-
UnsupportedVersionException
public UnsupportedVersionException(String userMessage, String minVersionRequired, BaseEntity entity)
Create a UnsupportedVersionException object with the given parameters- Parameters:
userMessage
- the user message (required)minVersionRequired
- the minimum version that was required (required)entity
- the entity violating the version constraint (optional)
-
-