SDK/J Authentication Package ver1.0
RICOH Confidential

jp.co.ricoh.dsdk.opt.auth.ccm
クラス UnsupportedRequestException

java.lang.Object
  拡張java.lang.Throwable
      拡張java.lang.Exception
          拡張jp.co.ricoh.dsdk.opt.auth.ccm.UnsupportedRequestException
すべての実装インタフェース:
java.io.Serializable

public class UnsupportedRequestException
extends java.lang.Exception

CcmRequestHandlerでサポートされない要求に対して、スローされる例外クラスです .

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

コンストラクタの概要
UnsupportedRequestException()
          詳細メッセージなしの例外クラスを構築します .
UnsupportedRequestException(java.lang.String message)
          詳細メッセージつきの例外クラスを構築します .
 
クラス 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
 

コンストラクタの詳細

UnsupportedRequestException

public UnsupportedRequestException()
詳細メッセージなしの例外クラスを構築します .


UnsupportedRequestException

public UnsupportedRequestException(java.lang.String message)
詳細メッセージつきの例外クラスを構築します .

パラメータ:
message - エラーの内容.

SDK/J Authentication Package ver1.0
RICOH Confidential