Skip navigation links


org.identityconnectors.framework.common.exceptions
Class InvalidCredentialException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by java.lang.RuntimeException
              extended by org.identityconnectors.framework.common.exceptions.ConnectorException
                  extended by org.identityconnectors.framework.common.exceptions.ConnectorSecurityException
                      extended by org.identityconnectors.framework.common.exceptions.InvalidCredentialException

All Implemented Interfaces:
java.io.Serializable
Direct Known Subclasses:
InvalidPasswordException, UnknownUidException

public class InvalidCredentialException
extends ConnectorSecurityException

Thrown when at least one credential (e.g., password, username or certificate) passed into an operation is invalid.

See Also:
Serialized Form

Constructor Summary
InvalidCredentialException()
           
InvalidCredentialException(java.lang.String message)
           
InvalidCredentialException(java.lang.String message, java.lang.Throwable ex)
           
InvalidCredentialException(java.lang.Throwable ex)
           

 

Method Summary

 

Methods inherited from class org.identityconnectors.framework.common.exceptions.ConnectorException
rethrow, wrap

 

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

InvalidCredentialException

public InvalidCredentialException()

InvalidCredentialException

public InvalidCredentialException(java.lang.String message)

InvalidCredentialException

public InvalidCredentialException(java.lang.Throwable ex)

InvalidCredentialException

public InvalidCredentialException(java.lang.String message,
                                  java.lang.Throwable ex)

Skip navigation links


Copyright © 2012, Oracle and/or its affiliates. All rights reserved.