com.nttdocomo.fs
クラス FileSystemFullException

Object
  拡張Throwable
      拡張Exception
          拡張java.io.IOException
              拡張com.nttdocomo.fs.FileSystemFullException

public class FileSystemFullException
extends java.io.IOException
 [iアプリオプションAPI]

ファイルシステムやフォルダに空き容量が無いため、 出力に失敗した場合に発生する例外です。


コンストラクタの概要
FileSystemFullException()
          詳細メッセージをつけないで例外オブジェクトを生成します。
FileSystemFullException(String msg)
          詳細メッセージをつけて例外オブジェクトを生成します。
 
クラス Throwable から継承したメソッド
getMessage, printStackTrace, toString
 
クラス Object から継承したメソッド
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

コンストラクタの詳細

FileSystemFullException

public FileSystemFullException()
詳細メッセージをつけないで例外オブジェクトを生成します。


FileSystemFullException

public FileSystemFullException(String msg)
詳細メッセージをつけて例外オブジェクトを生成します。

パラメータ:
msg - 詳細メッセージを指定します。