SDK/J Authentication Package ver1.0
RICOH Confidential

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

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

public class ProviderNotFoundException
extends java.lang.RuntimeException

This is an exception class that is thrown when a provider class is not found.

See Also:
Serialized Form

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

ProviderNotFoundException

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


ProviderNotFoundException

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

Parameters:
message - an error description.

SDK/J Authentication Package ver1.0
RICOH Confidential