Class ConnectorException

java.lang.Object
java.lang.Throwable
java.lang.Exception
i5.las2peer.connectors.ConnectorException
All Implemented Interfaces:
Serializable

public class ConnectorException extends Exception
Basic exception for connectors.
See Also:
  • Constructor Details

    • ConnectorException

      public ConnectorException(String message)
      create a new exception
      Parameters:
      message - the detail message. The detail message is saved for later retrieval by the Throwable.getMessage() method.
    • ConnectorException

      public ConnectorException(String message, Throwable cause)
      create a new exception
      Parameters:
      message - the detail message. The detail message is saved for later retrieval by the Throwable.getMessage() method.
      cause - cause the cause (which is saved for later retrieval by the Throwable.getCause() method). (A null value is permitted, and indicates that the cause is nonexistent or unknown.)