Oracle Ultra Search Java API Reference
Release 10g (10.1)

B12028-02

oracle.ultrasearch.query
Class BadURLException

java.lang.Object
  extended byjava.lang.Throwable
      extended byjava.lang.Exception
          extended byjava.sql.SQLException
              extended byoracle.ultrasearch.query.SearchException
                  extended byoracle.ultrasearch.query.SubmitURLException
                      extended byoracle.ultrasearch.query.BadURLException

All Implemented Interfaces:
java.io.Serializable

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, getCause, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, 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 Java API Reference
Release 10g (10.1)

B12028-02

Copyright © 2004 Oracle Corporation. All Rights Reserved.