com.sap.portal.httpconnectivity.transformationservice
Class TransformationServiceException
java.lang.Object
|
+--java.lang.Throwable
|
+--java.lang.Exception
|
+--org.xml.sax.SAXException
|
+--com.sap.portal.httpconnectivity.transformationservice.TransformationServiceException
- All Implemented Interfaces:
- java.io.Serializable
- public class TransformationServiceException
- extends org.xml.sax.SAXException
General exception of the transformation service
- See Also:
- Serialized Form
| Methods inherited from class org.xml.sax.SAXException |
getException, getMessage, toString |
| Methods inherited from class java.lang.Throwable |
fillInStackTrace, getLocalizedMessage, printStackTrace, printStackTrace, printStackTrace |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
TransformationServiceException
public TransformationServiceException(java.lang.Exception e)
- Create an exception according a previous one
- Parameters:
e - the prvious exception
TransformationServiceException
public TransformationServiceException(java.lang.String string)
- Create an exception according to an error string
- Parameters:
string - the error string
TransformationServiceException
public TransformationServiceException(java.lang.String string,
java.lang.Exception e)
- Create an exception according to an error string and
an exception
- Parameters:
string - the error stringe - the prvious exception