Class DataExpiredException

All Implemented Interfaces:
Serializable

public class DataExpiredException extends DataSealerException
Indicates the sealed data has expired.
See Also:
  • Field Details

    • serialVersionUID

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

    • DataExpiredException

      public DataExpiredException()
      Constructor.
    • DataExpiredException

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

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

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