Class FingerprintException

All Implemented Interfaces:
Serializable

public class FingerprintException extends RuntimeException
Represents an exception that occurs during the process of generating or restoring fingerprints.
See Also:
  • Constructor Details

    • FingerprintException

      public FingerprintException(String message)
      Constructs a new FingerprintException with the specified detail message.
      Parameters:
      message - the detail message for the exception
    • FingerprintException

      public FingerprintException(String message, Throwable cause)
      Constructs a new FingerprintException with the specified detail message and cause.
      Parameters:
      message - the detail message for the exception
      cause - the cause of the exception