public class Pop3Exception extends AsposeException
Represents the exception that is thrown when the Pop3Client is not able to complete an operation.
Constructor and Description |
---|
Pop3Exception()
Initializes a new instance of the
Pop3Exception class. |
Pop3Exception(String message)
Initializes a new instance of the
Pop3Exception class. |
Pop3Exception(String format,
Object... parameters)
Initializes a new instance of the
Pop3Exception class with a specified error message. |
Pop3Exception(String message,
RuntimeException innerException)
Initializes a new instance of the
Pop3Exception class. |
getErrorDetails, getMessage, toString
getHResult, getInnerException, getType, setErrorCode, setHResult
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace
public Pop3Exception()
Initializes a new instance of the Pop3Exception
class.
public Pop3Exception(String message)
Initializes a new instance of the Pop3Exception
class.
message
- The error message.public Pop3Exception(String format, Object... parameters)
Initializes a new instance of the Pop3Exception
class with a specified error message.
format
- Message formatparameters
- Format parameterspublic Pop3Exception(String message, RuntimeException innerException)
Initializes a new instance of the Pop3Exception
class.
message
- The error message.innerException
- The inner exception.