Oracle Ultra Search APIs
9.2

oracle.ultrasearch.query
Class SubmitDisabledException

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

public class SubmitDisabledException
extends SubmitURLException

Thrown when administrator has disabled this feature.

Since:
9.0.2
See Also:
Serialized Form

Constructor Summary
SubmitDisabledException()
           

 

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

SubmitDisabledException

public SubmitDisabledException()

Oracle Ultra Search APIs
9.2