Class ConnectionFailedException
- java.lang.Object
 - 
- java.lang.Throwable
 - 
- java.lang.Exception
 - 
- java.lang.RuntimeException
 - 
- org.identityconnectors.framework.common.exceptions.ConnectorException
 - 
- org.identityconnectors.framework.common.exceptions.ConnectorIOException
 - 
- org.identityconnectors.framework.common.exceptions.ConnectionFailedException
 
 
 
 
 
 
 
- 
- All Implemented Interfaces:
 java.io.Serializable
public class ConnectionFailedException extends ConnectorIOException
ConnectionFailedException is thrown when a Connector cannot reach the target resource instance. An instance ofConnectionFailedExceptiongenerally wraps the native exception (or describes the native error) returned by the target resource.- See Also:
 - Serialized Form
 
 
- 
- 
Constructor Summary
Constructors Constructor Description ConnectionFailedException()ConnectionFailedException(java.lang.String msg)ConnectionFailedException(java.lang.String message, java.lang.Throwable ex)ConnectionFailedException(java.lang.Throwable ex) 
- 
Method Summary
- 
Methods inherited from class org.identityconnectors.framework.common.exceptions.ConnectorException
rethrow, wrap 
 - 
 
 - 
 
- 
- 
Constructor Detail
- 
ConnectionFailedException
public ConnectionFailedException()
- See Also:
 ConnectorException()
 
- 
ConnectionFailedException
public ConnectionFailedException(java.lang.String msg)
- See Also:
 ConnectorException(String)
 
- 
ConnectionFailedException
public ConnectionFailedException(java.lang.Throwable ex)
- See Also:
 ConnectorException(Throwable)
 
- 
ConnectionFailedException
public ConnectionFailedException(java.lang.String message, java.lang.Throwable ex)- See Also:
 ConnectorException(String, Throwable)
 
 - 
 
 -