Java API

oracle.uddi.message
Class MarshallException

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

public class MarshallException
extends java.lang.Exception

Base exception class for exceptions thrown when errors occur during UDDI element marshalling, 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
MarshallException()
           
MarshallException(java.lang.Exception eNested)
           
MarshallException(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

MarshallException

public MarshallException()

MarshallException

public MarshallException(java.lang.Exception eNested)

MarshallException

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

getNestedException

public java.lang.Exception getNestedException()

Java API

Copyright © 2001 - Oracle Corporation