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 Summary
ConstructorsConstructorDescriptionEcmRemoteException
(com.lexmark.saperion.exceptions.ErrorType error, Throwable cause) EcmRemoteException
(String message) EcmRemoteException
(String message, Throwable cause) EcmRemoteException
(Throwable cause) -
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
-
Constructor Details
-
EcmRemoteException
-
EcmRemoteException
-
EcmRemoteException
-
EcmRemoteException
-