ObjectThrowable
Exception
java.io.IOException
com.nttdocomo.fs.FileSystemFullException
ファイルシステムやフォルダに空き容量が無いため、 出力に失敗した場合に発生する例外です。
| コンストラクタの概要 | |
FileSystemFullException()
詳細メッセージをつけないで例外オブジェクトを生成します。 |
|
FileSystemFullException(String msg)
詳細メッセージをつけて例外オブジェクトを生成します。 |
|
| クラス Throwable から継承したメソッド |
getMessage, printStackTrace, toString |
| クラス Object から継承したメソッド |
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| コンストラクタの詳細 |
public FileSystemFullException()
public FileSystemFullException(String msg)
msg - 詳細メッセージを指定します。