Class 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 an EcmException as cause.
      WrappedEcmException​(com.lexmark.saperion.exceptions.EcmRuntimeException cause)
      This exception expects an EcmRuntimeException as cause.
    • Method Summary

      • Methods inherited from class java.lang.Throwable

        addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
    • Constructor Detail

      • WrappedEcmException

        public WrappedEcmException​(com.lexmark.saperion.exceptions.EcmException cause)
        This constructor expects an EcmException as cause.
        Parameters:
        cause -
      • WrappedEcmException

        public WrappedEcmException​(com.lexmark.saperion.exceptions.EcmRuntimeException cause)
        This exception expects an EcmRuntimeException as cause.
        Parameters:
        cause -