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:
java.io.Serializable
public class WrappedEcmException extends SaSystemException
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:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description WrappedEcmException(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.
-
-
-
Constructor Detail
-
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
-
-
-