InvalidPasswordException

Inheritance: java.lang.Object, java.lang.Throwable, java.lang.Exception, java.lang.RuntimeException, com.aspose.ms.System.Exception

public class InvalidPasswordException extends System.Exception

Exception which thrown when presentation file format is unsupported.

Constructors

ConstructorDescription
InvalidPasswordException()Default constructor.
InvalidPasswordException(String message)Constructor allowing a message to be added to this exception.
InvalidPasswordException(String message, RuntimeException exception)Constructor for an exception containing a message and an embedded exception.

InvalidPasswordException()

public InvalidPasswordException()

Default constructor.

InvalidPasswordException(String message)

public InvalidPasswordException(String message)

Constructor allowing a message to be added to this exception.

Parameters:

ParameterTypeDescription
messagejava.lang.Stringmessage

InvalidPasswordException(String message, RuntimeException exception)

public InvalidPasswordException(String message, RuntimeException exception)

Constructor for an exception containing a message and an embedded exception.

Parameters:

ParameterTypeDescription
messagejava.lang.Stringmessage
exceptionjava.lang.RuntimeExceptionoriginal exception