com.spire.doc
Class PasswordErrorException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
com.spire.doc.PasswordErrorException
public class PasswordErrorException
- extends java.lang.RuntimeException
Class password error exception.
- See Also:
- Serialized Form
Constructor Summary |
PasswordErrorException(java.lang.String message)
Class using the specified error message and a new instance of the class. |
Method Summary |
java.lang.String |
getMessage()
Gets the message that describes the current exception. |
PasswordErrorException
public PasswordErrorException(java.lang.String message)
- Class using the specified error message and a new instance of the class.
- Parameters:
message
- the message.
getMessage
public java.lang.String getMessage()
- Gets the message that describes the current exception.
- Overrides:
getMessage
in class java.lang.Throwable