Class BadURLException

All Implemented Interfaces:
com.progress.common.exception.IChainableException, Serializable

public class BadURLException extends ConnectException
Thrown when a malformed URL is encountered while establishing a connection to the application server.
See Also:
  • Constructor Details

    • BadURLException

      public BadURLException(String url)
    • BadURLException

      public BadURLException(Throwable t, String url)