Package org.opensaml.storage
Class VersionMismatchException
java.lang.Object
java.lang.Throwable
java.lang.Exception
org.opensaml.storage.VersionMismatchException
- All Implemented Interfaces:
Serializable
Exception indicating a version mismatch when updating a storage record.
- See Also:
-
Field Summary
Fields -
Constructor Summary
ConstructorsConstructorDescriptionConstructor.Constructor.VersionMismatchException
(String message, Throwable cause) Constructor.Constructor. -
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Field Details
-
serialVersionUID
private static final long serialVersionUIDSerial version UID.- See Also:
-
-
Constructor Details
-
VersionMismatchException
public VersionMismatchException()Constructor. -
VersionMismatchException
Constructor.- Parameters:
msg
- the exception message
-
VersionMismatchException
Constructor.- Parameters:
cause
- the exception cause
-
VersionMismatchException
Constructor.- Parameters:
message
- the exception messagecause
- the exception cause
-