Nitido Inc.

com.nitido.nim
Class IllegalCredentialException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by java.lang.RuntimeException
              extended by java.lang.IllegalArgumentException
                  extended by com.nitido.nim.IllegalCredentialException
All Implemented Interfaces:
java.io.Serializable

public class IllegalCredentialException
extends java.lang.IllegalArgumentException

The IllegalCredentialException is thrown when an unrecognized Credential is passed to the getEntity() method on NiM. This credential extends IllegalArgumentException and as such is a runtime exception.

See Also:
Serialized Form

Constructor Summary
IllegalCredentialException()
          This constructor is used to instantiate a new IllegalCredentialException that has no particular message attached to it.
IllegalCredentialException(java.lang.String message)
          This constructor is called to instantiate a new IllegalCredentialException with an associated message.
 
Method Summary
 
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

IllegalCredentialException

public IllegalCredentialException()
This constructor is used to instantiate a new IllegalCredentialException that has no particular message attached to it.


IllegalCredentialException

public IllegalCredentialException(java.lang.String message)
This constructor is called to instantiate a new IllegalCredentialException with an associated message.

Parameters:
message - The message attached to the exception.

Nitido NiM 2.5 Java API

These JavaDoc pages are generated for release/nim_2_5-2.5.44

Copyright © 1999-2009 Nitido Inc.    Proprietary and Confidential.    All Rights Reserved.