org.identityconnectors.framework.common.exceptions
Class UnknownUidException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
org.identityconnectors.framework.common.exceptions.ConnectorException
org.identityconnectors.framework.common.exceptions.ConnectorSecurityException
org.identityconnectors.framework.common.exceptions.InvalidCredentialException
org.identityconnectors.framework.common.exceptions.UnknownUidException
- All Implemented Interfaces:
- 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
Methods inherited from class java.lang.Throwable |
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
UnknownUidException
public UnknownUidException()
UnknownUidException
public UnknownUidException(Uid uid,
ObjectClass objclass)
UnknownUidException
public UnknownUidException(String message)
UnknownUidException
public UnknownUidException(Throwable ex)
UnknownUidException
public UnknownUidException(String message,
Throwable ex)
Copyright © 2012. All Rights Reserved.