Java API

oracle.uddi.message
Class UnmarshallException

java.lang.Object
  |
  +--java.lang.Throwable
        |
        +--java.lang.Exception
              |
              +--oracle.uddi.message.UnmarshallException

public class UnmarshallException
extends java.lang.Exception

Base exception class for exceptions thrown when errors occur during UDDI element unmarshalling, i.e., conversion from XML to Java objects. The type of exception could be due to I/O error, XML well-formedness, XML validity, data type conversion, etc.

The class does not extend from UddiException, with the anticipation that it will be replaced by its JAXB equivalent in the future.

See Also:
Serialized Form

Constructor Summary
UnmarshallException()
           
UnmarshallException(java.lang.Exception eNested)
           
UnmarshallException(java.lang.String mesg)
           
 
Method Summary
TypeMethod
 java.lang.Exception getNestedException()
           
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getLocalizedMessage, getMessage, printStackTrace, printStackTrace, printStackTrace, toString
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

UnmarshallException

public UnmarshallException()

UnmarshallException

public UnmarshallException(java.lang.Exception eNested)

UnmarshallException

public UnmarshallException(java.lang.String mesg)
Method Detail

getNestedException

public java.lang.Exception getNestedException()

Java API

Copyright © 2001 - Oracle Corporation