Skip navigation links

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

E10654-02


oracle.webservices.enumeration
Class InvalidEnumerationMessageException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by javax.xml.soap.SOAPException
              extended by oracle.webservices.enumeration.InvalidEnumerationMessageException

All Implemented Interfaces:
Serializable

public class InvalidEnumerationMessageException
extends SOAPException

This exception is thrown when there is a problem retrieving WS-Enumeration request/response from the SOAP message.

See Also:
Serialized Form

Constructor Summary
InvalidEnumerationMessageException()
           
InvalidEnumerationMessageException(String msg)
           

 

Method Summary

 

Methods inherited from class javax.xml.soap.SOAPException
getCause, getMessage, initCause

 

Methods inherited from class java.lang.Throwable
fillInStackTrace, getLocalizedMessage, getStackTrace, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString

 

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

 

Constructor Detail

InvalidEnumerationMessageException

public InvalidEnumerationMessageException()

InvalidEnumerationMessageException

public InvalidEnumerationMessageException(String msg)

Skip navigation links

Copyright © 2006, 2009 Oracle. All Rights Reserved.