SDK/J Authentication Package ver1.0
RICOH Confidential

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

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

public class CcmServiceException
extends java.lang.RuntimeException

This is an exception class that is thrown when an error has ocurred in the CcmService.

See Also:
Serialized Form

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

CcmServiceException

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


CcmServiceException

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

Parameters:
message - an error description.

SDK/J Authentication Package ver1.0
RICOH Confidential