Class ConnectorIOException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- java.lang.RuntimeException
-
- org.identityconnectors.framework.common.exceptions.ConnectorException
-
- org.identityconnectors.framework.common.exceptions.ConnectorIOException
-
- All Implemented Interfaces:
java.io.Serializable
- Direct Known Subclasses:
ConnectionBrokenException
,ConnectionFailedException
public class ConnectorIOException extends ConnectorException
Base exception for all Input-Output (I/O-related) exceptions, including instance connection failure, socket error and so forth.- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description ConnectorIOException()
ConnectorIOException(java.lang.String msg)
ConnectorIOException(java.lang.String message, java.lang.Throwable ex)
ConnectorIOException(java.lang.Throwable ex)
-
Method Summary
-
Methods inherited from class org.identityconnectors.framework.common.exceptions.ConnectorException
rethrow, wrap
-
-
-
-
Constructor Detail
-
ConnectorIOException
public ConnectorIOException()
- See Also:
ConnectorException()
-
ConnectorIOException
public ConnectorIOException(java.lang.String msg)
- See Also:
ConnectorException(String)
-
ConnectorIOException
public ConnectorIOException(java.lang.Throwable ex)
- See Also:
ConnectorException(Throwable)
-
ConnectorIOException
public ConnectorIOException(java.lang.String message, java.lang.Throwable ex)
- See Also:
ConnectorException(String, Throwable)
-
-