org.ow2.petals.component.framework.api.exception
Class DocumentException
java.lang.Object
java.lang.Throwable
java.lang.Exception
org.ow2.petals.component.framework.api.exception.FaultException
org.ow2.petals.component.framework.api.exception.DocumentException
- All Implemented Interfaces:
- Serializable
public abstract class DocumentException
- extends FaultException
All exceptions based on this exception will be transform in a SOAP Fault
according to the following rules:
- Since:
- 1.0
- Author:
- Christophe DENEUX - Capgemini Sud
- See Also:
- Serialized Form
| Methods inherited from class java.lang.Throwable |
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
DocumentException
public DocumentException(QName faultCode,
String faultString,
URI faultActor)
getDocument
public abstract Document getDocument()
Copyright © 2005-2012 Petals Link (EBM Websourcing). All Rights Reserved.