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 Summary
ConstructorsConstructorDescriptionWrappedEcmException
(com.lexmark.saperion.exceptions.EcmException cause) This constructor expects anEcmException
as cause.WrappedEcmException
(com.lexmark.saperion.exceptions.EcmRuntimeException cause) This exception expects anEcmRuntimeException
as cause. -
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
WrappedEcmException
public WrappedEcmException(com.lexmark.saperion.exceptions.EcmException cause) This constructor expects anEcmException
as cause.- Parameters:
cause
-
-
WrappedEcmException
public WrappedEcmException(com.lexmark.saperion.exceptions.EcmRuntimeException cause) This exception expects anEcmRuntimeException
as cause.- Parameters:
cause
-
-