Package com.saperion.exception
Class WrappedEcmException
java.lang.Object
java.lang.Throwable
java.lang.Exception
com.saperion.exception.SaBasicException
com.saperion.exception.SaSystemException
com.saperion.exception.WrappedEcmException
- All Implemented Interfaces:
- Serializable
This exception works as wrapper in cases where server components already throw new exceptions while the client 
 interface still expects the old ones.
- Author:
- jschwarz
- See Also:
- 
Constructor SummaryConstructorsConstructorDescriptionWrappedEcmException(com.lexmark.saperion.exceptions.EcmException cause) This constructor expects anEcmExceptionas cause.WrappedEcmException(com.lexmark.saperion.exceptions.EcmRuntimeException cause) This exception expects anEcmRuntimeExceptionas cause.
- 
Method SummaryMethods inherited from class java.lang.ThrowableaddSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
- 
Constructor Details- 
WrappedEcmExceptionpublic WrappedEcmException(com.lexmark.saperion.exceptions.EcmException cause) This constructor expects anEcmExceptionas cause.- Parameters:
- cause-
 
- 
WrappedEcmExceptionpublic WrappedEcmException(com.lexmark.saperion.exceptions.EcmRuntimeException cause) This exception expects anEcmRuntimeExceptionas cause.- Parameters:
- cause-
 
 
-