com.sun.mail.util
类 MessageRemovedIOException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.io.IOException
com.sun.mail.util.MessageRemovedIOException
- 所有已实现的接口:
- Serializable
public class MessageRemovedIOException
- extends IOException
A variant of MessageRemovedException that can be thrown from methods
that only throw IOException. The getContent method will catch this
exception and translate it back to MessageRemovedException.
- 作者:
- Bill Shannon
- 另请参见:
Message.isExpunged(),
Message.getMessageNumber(),
序列化表格
| 从类 java.lang.Throwable 继承的方法 |
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
MessageRemovedIOException
public MessageRemovedIOException()
- Constructs a MessageRemovedIOException with no detail message.
MessageRemovedIOException
public MessageRemovedIOException(String s)
- Constructs a MessageRemovedIOException with the specified detail message.
- 参数:
s - the detail message
Copyright © 2013. All Rights Reserved.