Class UnknownConnectionException

All Implemented Interfaces:
Serializable

public class UnknownConnectionException extends AppException
This exception is used to indicate a certain connection is not available.
Since:
6.3
Author:
Jon van Leuven
See Also:
  • Constructor Details

    • UnknownConnectionException

      public UnknownConnectionException(String name)
      Constructs the exception with the connection name that is invalid.
      Parameters:
      name - The name of the connection.
  • Method Details

    • getConnectionName

      public String getConnectionName()
      This method returns the name of the connection.
      Returns:
      the name of the connection.