jp.terasoluna.fw.collector.exception
クラス CollectorException

java.lang.Object
  上位を拡張 java.lang.Throwable
      上位を拡張 java.lang.Exception
          上位を拡張 java.lang.RuntimeException
              上位を拡張 jp.terasoluna.fw.collector.exception.CollectorException
すべての実装されたインタフェース:
Serializable

public class CollectorException
extends RuntimeException

コレクタ例外

関連項目:
直列化された形式

コンストラクタの概要
CollectorException()
          コンストラクタ
CollectorException(String message)
          コンストラクタ
CollectorException(String message, Throwable cause)
          コンストラクタ
CollectorException(Throwable cause)
          コンストラクタ
 
メソッドの概要
 
クラス 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
 

コンストラクタの詳細

CollectorException

public CollectorException()
コンストラクタ


CollectorException

public CollectorException(String message)
コンストラクタ

パラメータ:
message -

CollectorException

public CollectorException(Throwable cause)
コンストラクタ

パラメータ:
cause -

CollectorException

public CollectorException(String message,
                          Throwable cause)
コンストラクタ

パラメータ:
message -
cause -


Copyright © 2012. All Rights Reserved.