Skip navigation links

Oracle© Fusion Middleware Java API Reference for Oracle ADF Faces
11g Release 1 (11.1.1.7.2)
E10684-10


oracle.adf.view.rich.model
Class RemoteRegionHttpErrorEvent

java.lang.Object
  extended by oracle.adf.view.rich.model.RemoteRegionErrorEvent
      extended by oracle.adf.view.rich.model.RemoteRegionHttpErrorEvent


public abstract class RemoteRegionHttpErrorEvent
extends RemoteRegionErrorEvent

This is explicitly for events with a type of HTTP_ERROR.


Nested Class Summary

 

Nested classes/interfaces inherited from class oracle.adf.view.rich.model.RemoteRegionErrorEvent
RemoteRegionErrorEvent.Type

 

Constructor Summary
RemoteRegionHttpErrorEvent()
           

 

Method Summary
 RemoteRegionErrorEvent.Type getErrorType()
          Returns the error type
abstract  int getHttpErrorCode()
          This is the HttpErrorCode as specified by RFC-2616.

 

Methods inherited from class oracle.adf.view.rich.model.RemoteRegionErrorEvent
getProducerURL, getViewID

 

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

 

Constructor Detail

RemoteRegionHttpErrorEvent

public RemoteRegionHttpErrorEvent()

Method Detail

getErrorType

public RemoteRegionErrorEvent.Type getErrorType()
Description copied from class: RemoteRegionErrorEvent
Returns the error type
Specified by:
getErrorType in class RemoteRegionErrorEvent
Returns:
the type of the error or Type.UNDEFINED for errors which are not of an explicit type.

getHttpErrorCode

public abstract int getHttpErrorCode()
This is the HttpErrorCode as specified by RFC-2616.
Returns:
the http error code

Skip navigation links

Oracle© Fusion Middleware Java API Reference for Oracle ADF Faces
11g Release 1 (11.1.1.7.2)
E10684-10


Copyright (c) 1998, 2013, Oracle and/or its affiliates. All rights reserved.