InvalidPasswordException
InvalidPasswordException class
Exception which thrown when presentation file format is unsupported.
InvalidPasswordException
Name | Description |
---|---|
InvalidPasswordException() | Default function. |
Returns: InvalidPasswordException
InvalidPasswordException
Name | Description |
---|---|
InvalidPasswordException(String) | Constructor allowing a message to be added to this exception. |
Parameters:
Name | Type | Description |
---|---|---|
message | String | message |
Returns: InvalidPasswordException
InvalidPasswordException
Name | Description |
---|---|
InvalidPasswordException(String, RuntimeException) | Constructor for an exception containing a message and an embedded exception. |
Parameters:
Name | Type | Description |
---|---|---|
message | String | message |
exception | RuntimeException | original exception |
Returns: InvalidPasswordException