SDK/J Authentication Package ver1.0
RICOH Confidential

jp.co.ricoh.dsdk.opt.auth.ccm
Class UnsupportedRequestException

java.lang.Object
  extended byjava.lang.Throwable
      extended byjava.lang.Exception
          extended byjp.co.ricoh.dsdk.opt.auth.ccm.UnsupportedRequestException
All Implemented Interfaces:
java.io.Serializable

public class UnsupportedRequestException
extends java.lang.Exception

This is an exception class that is thrown when a CcmRequest is unsupported by a CcmRequestHandler.

See Also:
Serialized Form

Constructor Summary
UnsupportedRequestException()
           Constructs an exception class with no message.
UnsupportedRequestException(java.lang.String message)
           Constructs an exception class with a message.
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

UnsupportedRequestException

public UnsupportedRequestException()
Constructs an exception class with no message.


UnsupportedRequestException

public UnsupportedRequestException(java.lang.String message)
Constructs an exception class with a message.

Parameters:
message - an error description.

SDK/J Authentication Package ver1.0
RICOH Confidential