Skip navigation links

Java API Reference for Oracle Infrastructure Web Services
11
Release 1 (11.1.1)

E10654-02


oracle.webservices.enumeration
Class FilterDialectRequestedUnavailableFault

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by java.lang.RuntimeException
              extended by oracle.j2ee.ws.common.addressing.api.AddressingException
                  extended by oracle.webservices.enumeration.FilterDialectRequestedUnavailableFault

All Implemented Interfaces:
Serializable

public class FilterDialectRequestedUnavailableFault
extends oracle.j2ee.ws.common.addressing.api.AddressingException

This fault is thrown if the data source supports filtering but cannot honor the requested filter dialect

See Also:
Serialized Form

Field Summary
static String FILTER_DIALECT_REQUESTED_UNAVAILABLE
           
static String FILTER_DIALECT_REQUESTED_UNAVAILABLE_REASON
           

 

Constructor Summary
FilterDialectRequestedUnavailableFault()
           

 

Method Summary

 

Methods inherited from class oracle.j2ee.ws.common.addressing.api.AddressingException
getCode, getDetail, getReason, getSubcode, setCode, setDetail, setReason, setSubcode

 

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

 

Field Detail

FILTER_DIALECT_REQUESTED_UNAVAILABLE

public static final String FILTER_DIALECT_REQUESTED_UNAVAILABLE
See Also:
Constant Field Values

FILTER_DIALECT_REQUESTED_UNAVAILABLE_REASON

public static final String FILTER_DIALECT_REQUESTED_UNAVAILABLE_REASON
See Also:
Constant Field Values

Constructor Detail

FilterDialectRequestedUnavailableFault

public FilterDialectRequestedUnavailableFault()

Skip navigation links

Copyright © 2006, 2009 Oracle. All Rights Reserved.