Class AdapterEcmException

All Implemented Interfaces:
Serializable

public class AdapterEcmException extends RuntimeException
This runtime exception wraps an ecm exception for adapters to be able to throw ecm exceptions in a getter or setter.
Author:
jschwarz
See Also:
  • Constructor Details

    • AdapterEcmException

      public AdapterEcmException(com.lexmark.saperion.exceptions.EcmException cause)
      This constructor wraps the given ecm exception in a runtime exception.
      Parameters:
      cause - the ecm exception to wrap
  • Method Details

    • getCause

      public com.lexmark.saperion.exceptions.EcmException getCause()
      Overrides:
      getCause in class Throwable