Class EcmRemoteException

  • All Implemented Interfaces:
    java.io.Serializable

    public class EcmRemoteException
    extends com.lexmark.saperion.exceptions.EcmRuntimeException
    Indicates that the ecm server itself has problems with a connection to another system.
    Author:
    jschwarz
    See Also:
    Serialized Form
    • Method Summary

      • Methods inherited from class com.lexmark.saperion.exceptions.EcmRuntimeException

        createError, getDescriptionParameters, getErrorCode, getErrorDetails
      • 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

      • EcmRemoteException

        public EcmRemoteException​(java.lang.String message)
      • EcmRemoteException

        public EcmRemoteException​(java.lang.Throwable cause)
      • EcmRemoteException

        public EcmRemoteException​(java.lang.String message,
                                  java.lang.Throwable cause)
      • EcmRemoteException

        public EcmRemoteException​(com.lexmark.saperion.exceptions.ErrorType error,
                                  java.lang.Throwable cause)