Package org.opensaml.storage
Class VersionMismatchException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- org.opensaml.storage.VersionMismatchException
-
- All Implemented Interfaces:
Serializable
public class VersionMismatchException extends Exception
Exception indicating a version mismatch when updating a storage record.- See Also:
- Serialized Form
-
-
Field Summary
Fields Modifier and Type Field Description private static longserialVersionUIDSerial version UID.
-
Constructor Summary
Constructors Constructor Description VersionMismatchException()Constructor.VersionMismatchException(String msg)Constructor.VersionMismatchException(String message, Throwable cause)Constructor.VersionMismatchException(Throwable cause)Constructor.
-
Method Summary
-
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
-
-
-
Field Detail
-
serialVersionUID
private static final long serialVersionUID
Serial version UID.- See Also:
- Constant Field Values
-
-
Constructor Detail
-
VersionMismatchException
public VersionMismatchException()
Constructor.
-
VersionMismatchException
public VersionMismatchException(@Nullable String msg)Constructor.- Parameters:
msg- the exception message
-
VersionMismatchException
public VersionMismatchException(@Nullable Throwable cause)Constructor.- Parameters:
cause- the exception cause
-
-