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:
Serializable
This
runtime exception wraps an ecm exception for
adapters to be able to throw ecm exceptions in a getter or setter.- Author:
- jschwarz
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionAdapterEcmException(com.lexmark.saperion.exceptions.EcmException cause) This constructor wraps the given ecm exception in a runtime exception. -
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
AdapterEcmException
public AdapterEcmException(com.lexmark.saperion.exceptions.EcmException cause) This constructor wraps the given ecm exception in a runtime exception.- Parameters:
cause- the ecm exception to wrap
-
-
Method Details