Class TransformResponseException

  • All Implemented Interfaces:
    java.io.Serializable

    public class TransformResponseException
    extends ResponseException
    Thrown if an error occurs while transforming the data needed for a response.

    Created: 2008. 01. 07 AM 3:35:55

    See Also:
    Serialized Form
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      TransformRule getTransformRule()
      Gets the transform rule.
      • Methods inherited from class java.lang.Throwable

        addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
    • Constructor Detail

      • TransformResponseException

        public TransformResponseException​(TransformRule transformRule,
                                          java.lang.Throwable cause)
        Instantiates a new TransformResponseException.
        Parameters:
        transformRule - the transform rule
        cause - the real cause of the exception
    • Method Detail

      • getTransformRule

        public TransformRule getTransformRule()
        Gets the transform rule.
        Returns:
        the transform rule