Oracle Ultra Search APIs
9.2

oracle.ultrasearch.query
Class BadURLException

java.lang.Object
  |
  +--java.lang.Throwable
        |
        +--java.lang.Exception
              |
              +--java.sql.SQLException
                    |
                    +--oracle.ultrasearch.query.SearchException
                          |
                          +--oracle.ultrasearch.query.SubmitURLException
                                |
                                +--oracle.ultrasearch.query.BadURLException

public class BadURLException
extends SubmitURLException

Thrown when the user tries to submit an invalid URL.

Since:
9.0.2
See Also:
Serialized Form

Constructor Summary
BadURLException(java.lang.String url)
           

 

Methods inherited from class oracle.ultrasearch.query.SearchException
getErrorCode, getLocalizedMessage, getMessage

 

Methods inherited from class java.sql.SQLException
getNextException, getSQLState, setNextException

 

Methods inherited from class java.lang.Throwable
fillInStackTrace, printStackTrace, printStackTrace, printStackTrace, toString

 

Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait

 

Constructor Detail

BadURLException

public BadURLException(java.lang.String url)

Oracle Ultra Search APIs
9.2