oracle.uddi.message
Class MarshallException
java.lang.Object
  |
  +--java.lang.Throwable
        |
        +--java.lang.Exception
              |
              +--oracle.uddi.UddiException
                    |
                    +--oracle.uddi.message.MarshallException
- All Implemented Interfaces:
- java.io.Serializable
- public class MarshallException
- extends UddiException
Base exception class for exceptions thrown when errors occur during UDDI element marshalling, i.e., conversion from Java objects to XML.
- See Also:
- Serialized Form
 
 
 
| Constructor Summary | 
| MarshallException(java.lang.String mesg)Constructor with simple String message.
 | 
| MarshallException(java.lang.String mesg, java.lang.Throwable wrappedThrowable)Constructor with 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 | 
 
 
 
 
MarshallException
public MarshallException(java.lang.String mesg)
- Constructor with simple String message.
 
MarshallException
public MarshallException(java.lang.String mesg,
                         java.lang.Throwable wrappedThrowable)
- Constructor with String message and wrapped throwable.
 
Copyright © 2001, 2003, Oracle. All rights reserved.