feat2
クラス ResponseException
java.lang.Object
java.lang.Throwable
java.lang.Exception
feat2.FeatException
feat2.ResponseException
- すべての実装インタフェース:
- java.io.Serializable
- public class ResponseException
- extends FeatException
レスポンスの不整合があったときにスローされる例外。
- 作成者:
- SUGIMOTO Ken-ichi
- 関連項目:
- 直列化された形式
クラス java.lang.Throwable から継承したメソッド |
fillInStackTrace, getCause, getLocalizedMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
クラス java.lang.Object から継承したメソッド |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
ResponseException
public ResponseException()
ResponseException
public ResponseException(java.lang.String messageId,
java.lang.Throwable cause)
ResponseException
public ResponseException(java.lang.String messageId)
ResponseException
public ResponseException(java.lang.Throwable cause)