SDK/J Authentication Package ver1.0
RICOH Confidential

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

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

public class AlreadySetException
extends java.lang.Exception

This is an exception class that is thrown when a CcmRequestHandler has been already set to a CcmService.

See Also:
Serialized Form

Constructor Summary
AlreadySetException()
           Constructs an exception class with no message.
AlreadySetException(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

AlreadySetException

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


AlreadySetException

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

Parameters:
message - an error description.

SDK/J Authentication Package ver1.0
RICOH Confidential