类 MimeIOException

所有已实现的接口:
Serializable

public class MimeIOException extends IOException

Description:

Title:首亨软件 - TSS/CRM等

从以下版本开始:
Aug 16, 2012
另请参阅:
  • 构造器详细资料

    • MimeIOException

      public MimeIOException(MimeException cause)
      Constructs an IO exception based on MimeException.
      参数:
      cause - the cause.
  • 方法详细资料

    • getCause

      public MimeException getCause()
      Returns the MimeException that caused this MimeIOException.
      覆盖:
      getCause 在类中 Throwable
      返回:
      the cause of this MimeIOException.