Class EcmRemoteException

java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
com.lexmark.saperion.exceptions.EcmRuntimeException
com.lexmark.saperion.exceptions.runtime.EcmRemoteException
All Implemented Interfaces:
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:
  • Constructor Details

    • EcmRemoteException

      public EcmRemoteException(String message)
    • EcmRemoteException

      public EcmRemoteException(Throwable cause)
    • EcmRemoteException

      public EcmRemoteException(String message, Throwable cause)
    • EcmRemoteException

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