Packages

 

com.aspose.imaging.coreexceptions

Class OperationInterruptedException

    • Constructor Detail

      • OperationInterruptedException

        public OperationInterruptedException(String message)

        Initializes a new instance of the OperationInterruptedException class.

        Parameters:
        message - The exception message.
      • OperationInterruptedException

        public OperationInterruptedException(String message,
                                             Throwable innerException)

        Initializes a new instance of the OperationInterruptedException class.

        Parameters:
        message - The exception message.
        innerException - The inner exception.