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:
  • Field Details

    • serialVersionUID

      private static final long serialVersionUID
      Serial version UID.
      See Also:
  • Constructor Details

    • 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
    • VersionMismatchException

      public VersionMismatchException(@Nullable String message, @Nullable Throwable cause)
      Constructor.
      Parameters:
      message - the exception message
      cause - the exception cause