Skip navigation links

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

E10654-02


oracle.webservices.enumeration
Class UnsupportedExpirationTypeFault

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.UnsupportedExpirationTypeFault

All Implemented Interfaces:
Serializable

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

Some data sources may not have a "wall time" clock available, and so are able only to accept durations as expirations. If such a source receives an Enumerate request containing a specific time expiration, this fault is thrown.

See Also:
Serialized Form

Field Summary
static String UNSUPPORTED_EXPIRATION_TYPE
           
static String UNSUPPORTED_EXPIRATION_TYPE_REASON
           

 

Constructor Summary
UnsupportedExpirationTypeFault()
           

 

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

UNSUPPORTED_EXPIRATION_TYPE

public static final String UNSUPPORTED_EXPIRATION_TYPE
See Also:
Constant Field Values

UNSUPPORTED_EXPIRATION_TYPE_REASON

public static final String UNSUPPORTED_EXPIRATION_TYPE_REASON
See Also:
Constant Field Values

Constructor Detail

UnsupportedExpirationTypeFault

public UnsupportedExpirationTypeFault()

Skip navigation links

Copyright © 2006, 2009 Oracle. All Rights Reserved.