public class InvalidPasswordException
extends com.aspose.ms.System.Exception
Exception which thrown when presentation file format is unsupported.
Constructor and Description |
---|
InvalidPasswordException()
Default constructor.
|
InvalidPasswordException(java.lang.String message)
Constructor allowing a message to be added to this exception.
|
InvalidPasswordException(java.lang.String message,
java.lang.RuntimeException exception)
Constructor for an exception containing a message and an embedded exception.
|
public InvalidPasswordException()
Default constructor.
public InvalidPasswordException(java.lang.String message)
Constructor allowing a message to be added to this exception.
message
- messagepublic InvalidPasswordException(java.lang.String message, java.lang.RuntimeException exception)
Constructor for an exception containing a message and an embedded exception.
message
- messageexception
- original exception