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 int
getActual()
int
getExpected()
String
getKey()
void
setActual(int actual)
void
setExpected(int expected)
void
setKey(String key)
String
toString()
-
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)
-
-