public class CardNotPresentException extends CardException
コンストラクタと説明 |
---|
CardNotPresentException(String message)
指定された詳細メッセージを持つ新規 CardNotPresentException を構築します。
|
CardNotPresentException(String message, Throwable cause)
指定された詳細メッセージおよび原因を使用して新規 CardNotPresentException を構築します。
|
CardNotPresentException(Throwable cause)
(cause==null ? null : cause.toString()) の指定された原因および詳細メッセージを使用して新規 CardNotPresentException を構築します。 |
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
public CardNotPresentException(String message)
message
- 詳細メッセージpublic CardNotPresentException(Throwable cause)
(cause==null ? null : cause.toString())
の指定された原因および詳細メッセージを使用して新規 CardNotPresentException を構築します。cause
- この例外の原因または null
Copyright © 2005, 2013, Oracle and/or its affiliates. All rights reserved.