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, toStringgetHResult, getInnerException, getType, setErrorCode, setHResultaddSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTracepublic 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.Copyright (c) 2008-2021 Aspose Pty Ltd. All Rights Reserved.