Class VersionMismatchException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- de.extio.spacecraft.shared.model.managers.VersionMismatchException
-
- All Implemented Interfaces:
Serializable
public final class VersionMismatchException extends Exception
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description VersionMismatchException()VersionMismatchException(String key, int actual, int expected)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description intgetActual()intgetExpected()StringgetKey()voidsetActual(int actual)voidsetExpected(int expected)voidsetKey(String key)StringtoString()-
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace
-
-
-
-
Constructor Detail
-
VersionMismatchException
public VersionMismatchException()
-
VersionMismatchException
public VersionMismatchException(String key, int actual, int expected)
-
-