oracle.uddi.message
Class UnmarshallException
java.lang.Object
  |
  +--java.lang.Throwable
        |
        +--java.lang.Exception
              |
              +--oracle.uddi.UddiException
                    |
                    +--oracle.uddi.message.UnmarshallException
- All Implemented Interfaces:
- java.io.Serializable
- public class UnmarshallException
- extends UddiException
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.
- See Also:
- Serialized Form
 
 
 
| Constructor Summary | 
| UnmarshallException(java.lang.String mesg)Constructor for simple String message.
 | 
| UnmarshallException(java.lang.String mesg, java.lang.Throwable wrappedThrowable)Constructor for String message and wrapped Throwable.
 | 
  
 
 
| Methods inherited from class java.lang.Throwable | 
| fillInStackTrace, getCause, getStackTrace, initCause, setStackTrace, toString | 
 
| Methods inherited from class java.lang.Object | 
| equals, getClass, hashCode, notify, notifyAll, wait, wait, wait | 
 
 
 
 
UnmarshallException
public UnmarshallException(java.lang.String mesg)
- Constructor for simple String message.
 
UnmarshallException
public UnmarshallException(java.lang.String mesg,
                           java.lang.Throwable wrappedThrowable)
- Constructor for String message and wrapped Throwable.
 
Copyright © 2001, 2003, Oracle. All rights reserved.