Package com.iizix
Class ConnectorException
- java.lang.Object
- java.lang.Throwable
- java.lang.Exception
- java.io.IOException
- com.iizix.ConnectorException
- All Implemented Interfaces:
java.io.Serializable
public class ConnectorException extends java.io.IOException
The base exception class for connectors.- Author:
- Christopher Mindus
- See Also:
- Serialized Form
Constructor Summary
Constructors Constructor Description ConnectorException(java.lang.String message)
Constructs a connector exception with just a message text.ConnectorException(java.lang.String message, java.lang.Throwable cause)
Constructs a connector exception with a nested exception.
Constructor Detail
ConnectorException
public ConnectorException(java.lang.String message, java.lang.Throwable cause)
Constructs a connector exception with a nested exception.- Parameters:
message
- The text message of the exception.cause
- The nested exception that is the cause of this exception.
ConnectorException
public ConnectorException(java.lang.String message)
Constructs a connector exception with just a message text.- Parameters:
message
- The text message of the exception.