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
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 |
UnmarshallException
public UnmarshallException()
UnmarshallException
public UnmarshallException(java.lang.Exception eNested)
UnmarshallException
public UnmarshallException(java.lang.String mesg)
getNestedException
public java.lang.Exception getNestedException()
Copyright © 2001 - Oracle Corporation