Class KeyExpiredException

All Implemented Interfaces:
Serializable

public class KeyExpiredException extends DataSealerException
Indicates the sealed data was sealed with an absent or expired key.
Since:
9.3.0
See Also:
  • Field Details

    • serialVersionUID

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

    • KeyExpiredException

      public KeyExpiredException()
      Constructor.
    • KeyExpiredException

      public KeyExpiredException(@Nullable String message)
      Constructor.
      Parameters:
      message - exception message
    • KeyExpiredException

      public KeyExpiredException(@Nullable Exception wrappedException)
      Constructor.
      Parameters:
      wrappedException - exception to be wrapped by this one
    • KeyExpiredException

      public KeyExpiredException(@Nullable String message, @Nullable Exception wrappedException)
      Constructor.
      Parameters:
      message - exception message
      wrappedException - exception to be wrapped by this one