Package icu.easyj.core.util.version
Class IncompatibleVersionException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
icu.easyj.core.util.version.IncompatibleVersionException
- All Implemented Interfaces:
Serializable
The type Incompatible version exception.
注:从阿里的seata项目中复制过来的。
- Author:
- sharajava
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionIncompatibleVersionException(String message) Instantiates a new Incompatible version exception. -
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
IncompatibleVersionException
Instantiates a new Incompatible version exception.- Parameters:
message- the message
-