public final class PasswordRequiredException extends RuntimeException
The exception that is thrown when user tries to open a password-protected encrypted document of some format and doesn't provide a password for opening this document.
| Constructor and Description |
|---|
PasswordRequiredException() |
PasswordRequiredException(String message) |
PasswordRequiredException(String message,
RuntimeException inner) |
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toStringpublic PasswordRequiredException()
public PasswordRequiredException(String message)
public PasswordRequiredException(String message, RuntimeException inner)
Copyright © 2024. All rights reserved.