com.aspose.email

Interfaces

Classes

Enums

Exceptions

com.aspose.email

Class AsposeInvalidOperationException

  • All Implemented Interfaces:
    Serializable


    public class AsposeInvalidOperationException
    extends AsposeException

    Exception class for denoting an object was in a state that made calling a method illegal.

    See Also:
    Serialized Form
    • Constructor Detail

      • AsposeInvalidOperationException

        public AsposeInvalidOperationException(String message)

        Initializes a new instance of the AsposeInvalidOperationException class with a specified error message.

        Parameters:
        message - A message that describes the error.
      • AsposeInvalidOperationException

        public AsposeInvalidOperationException(String format,
                                       String parameter)
      • AsposeInvalidOperationException

        public AsposeInvalidOperationException(String format,
                                       Object... parameters)

        Initializes a new instance of the AsposeInvalidOperationException class with a specified error message.

        Parameters:
        format - Message format
        parameters - Format parameters
      • AsposeInvalidOperationException

        public AsposeInvalidOperationException(String message,
                                       Throwable inner)

        Initializes a new instance of the AsposeInvalidOperationException class with a specified error message.

        Parameters:
        message - A message that describes the error.
        inner - The exception causing the current exception.