Skip navigation links


org.identityconnectors.framework.common.exceptions
Class UnknownUidException

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
                          extended by org.identityconnectors.framework.common.exceptions.UnknownUidException

All Implemented Interfaces:
java.io.Serializable

public class UnknownUidException
extends InvalidCredentialException

Thrown when a Uid that is specified as input to a connector operation identifies no object on the target resource.

See Also:
Serialized Form

Constructor Summary
UnknownUidException()
           
UnknownUidException(java.lang.String message)
           
UnknownUidException(java.lang.String message, java.lang.Throwable ex)
           
UnknownUidException(java.lang.Throwable ex)
           
UnknownUidException(Uid uid, ObjectClass objclass)
           

 

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

UnknownUidException

public UnknownUidException()

UnknownUidException

public UnknownUidException(Uid uid,
                           ObjectClass objclass)

UnknownUidException

public UnknownUidException(java.lang.String message)

UnknownUidException

public UnknownUidException(java.lang.Throwable ex)

UnknownUidException

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

Skip navigation links


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