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 message,
RuntimeException innerException)
Initializes a new instance of the
Pop3Exception class. |
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 message, RuntimeException innerException)
Initializes a new instance of the Pop3Exception
class.
message
- The error message.innerException
- The inner exception.Copyright (c) 2008-2015 Aspose Pty Ltd. All Rights Reserved.