cm.bound
クラス BoundException

java.lang.Object
  拡張java.lang.Throwable
      拡張java.lang.Exception
          拡張cm.bound.BoundException
すべての実装インタフェース:
java.io.Serializable
直系の既知のサブクラス:
ConfigurationException, HandlerException, RejectRequestException

public class BoundException
extends java.lang.Exception

$Rev: 29 $
$Date: 2004-10-14 19:11:29 +0900 (Thu, 14 Oct 2004) $
$Author: C.M $

Bound の基本例外。

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

コンストラクタの概要
BoundException(java.lang.Exception e)
           
BoundException(java.lang.String msg)
           
BoundException(java.lang.String str, java.lang.Exception e)
           
 
クラス 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
 

コンストラクタの詳細

BoundException

public BoundException(java.lang.String msg)

BoundException

public BoundException(java.lang.Exception e)

BoundException

public BoundException(java.lang.String str,
                      java.lang.Exception e)