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:
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
-
-
Constructor Summary
Constructors Constructor Description EcmRemoteException(com.lexmark.saperion.exceptions.ErrorType error, java.lang.Throwable cause)
EcmRemoteException(java.lang.String message)
EcmRemoteException(java.lang.String message, java.lang.Throwable cause)
EcmRemoteException(java.lang.Throwable cause)
-
Method Summary
-
Methods inherited from class com.lexmark.saperion.exceptions.EcmRuntimeException
createError, getDescriptionParameters, getErrorCode, getErrorDetails
-
-
-
-
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)
-
-