Package com.lexmark.saperion.adapter
Class AdapterEcmException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- java.lang.RuntimeException
-
- com.lexmark.saperion.adapter.AdapterEcmException
-
- All Implemented Interfaces:
java.io.Serializable
public class AdapterEcmException extends java.lang.RuntimeException
Thisruntime exception
wraps anecm exception
for adapters to be able to throw ecm exceptions in a getter or setter.- Author:
- jschwarz
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description AdapterEcmException(com.lexmark.saperion.exceptions.EcmException cause)
This constructor wraps the given ecm exception in a runtime exception.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description com.lexmark.saperion.exceptions.EcmException
getCause()
-