Class UnsupportedConnectionException

All Implemented Interfaces:
Serializable

public class UnsupportedConnectionException extends PortalException
Since:
9.3
Author:
m.mahabiersing
See Also:
  • Constructor Details

    • UnsupportedConnectionException

      public UnsupportedConnectionException(IConnection connection)
      Constructs the exception with the invalid message event name.
      Parameters:
      connection - The connection that is invalid
  • Method Details

    • getConnectionName

      public String getConnectionName()
      This method returns the name of the algorithm that was invalid.
      Returns:
      the name of the algorithm that was invalid.