interMedia BC4J Integration

oracle.ord.im
Class OrdHttpResponseException

java.lang.Object
  |
  +--java.lang.Throwable
        |
        +--java.lang.Exception
              |
              +--javax.servlet.ServletException
                    |
                    +--oracle.ord.im.OrdHttpResponseException
All Implemented Interfaces:
java.io.Serializable

public class OrdHttpResponseException
extends javax.servlet.ServletException

The OrdHttpResponseException class extends ServletException to report errors encountered during the retrieval and delivery of multimedia data from a database to an HTTP client.

See Also:
Serialized Form

Methods inherited from class javax.servlet.ServletException
getRootCause
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
 


interMedia BC4J Integration