Package com.iizix

Class ConnectorException

All Implemented Interfaces:
Serializable

public class ConnectorException extends IOException
The base exception class for connectors.
Author:
Christopher Mindus
See Also:
  • Constructor Details

    • ConnectorException

      public ConnectorException(String message, 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(String message)
      Constructs a connector exception with just a message text.
      Parameters:
      message - The text message of the exception.