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(), 序列化表格

构造方法摘要
MessageRemovedIOException()
          Constructs a MessageRemovedIOException with no detail message.
MessageRemovedIOException(String s)
          Constructs a MessageRemovedIOException with the specified detail message.
 
方法摘要
 
从类 java.lang.Throwable 继承的方法
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
 
从类 java.lang.Object 继承的方法
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

构造方法详细信息

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.