Class UnknownConnectionException

  • All Implemented Interfaces:
    Serializable

    public class UnknownConnectionException
    extends AppException
    This type of exception is used when an invalid/unknown connection name is encountered.
    Since:
    8.3
    Author:
    Jon van Leuven
    See Also:
    Serialized Form
    • Constructor Detail

      • UnknownConnectionException

        public UnknownConnectionException​(String connectionName)
        Constructs an exception for an invalid connection name.
        Parameters:
        connectionName - The connection name that was invalid or unknown.
    • Method Detail

      • getConnectionName

        public String getConnectionName()
        This method returns the connection name that was unknown or invalid.
        Returns:
        the connection name that was unknown or invalid.