Package org.verapdf.exceptions
Class InvalidPasswordException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- java.io.IOException
-
- org.verapdf.exceptions.InvalidPasswordException
-
- All Implemented Interfaces:
Serializable
public class InvalidPasswordException extends IOException
- Author:
- Maksim Bezrukov
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description InvalidPasswordException()InvalidPasswordException(String message)InvalidPasswordException(String message, Throwable cause)InvalidPasswordException(Throwable cause)
-
Method Summary
-
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
-