Class ClassAttributeExecutionException

java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
de.hybris.platform.integrationservices.exception.ClassAttributeExecutionException
All Implemented Interfaces:
Serializable

public class ClassAttributeExecutionException extends RuntimeException
Indicates that a general error has occurred when trying to execute code pertaining to acquiring and processing class attributes. For example, invoking methods Java Reflections, and the invocation could be trying to access methods it cannot, thus, throwing an exception.
See Also:
  • Constructor Details

    • ClassAttributeExecutionException

      public ClassAttributeExecutionException(IntegrationObjectClassAttributeModel a)
      Instantiates this exception.
      Parameters:
      a - an IOClassAttributeModel used to gather the information needed to retrieve the attribute value
    • ClassAttributeExecutionException

      public ClassAttributeExecutionException(IntegrationObjectClassAttributeModel a, Exception e)
      Instantiates this exception.
      Parameters:
      a - an IOClassAttributeModel used to gather information about the method to be invoked
      e - the specific exception that cause this general exception to be thrown