Class CustomTransformResponseException

  • All Implemented Interfaces:
    java.io.Serializable

    public class CustomTransformResponseException
    extends ResponseException
    The Class CustomTransformResponseException. Created: 2019. 06. 16
    See Also:
    Serialized Form
    • Method Summary

      • 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

      • CustomTransformResponseException

        public CustomTransformResponseException​(CustomTransformRule customTransformRule,
                                                java.lang.Throwable cause)
        Instantiates a new CustomTransformResponseException.
        Parameters:
        customTransformRule - the custom transform rule
        cause - the real cause of the exception
      • CustomTransformResponseException

        public CustomTransformResponseException​(CustomTransformer customTransformer,
                                                java.lang.Throwable cause)
        Instantiates a new CustomTransformResponseException.
        Parameters:
        customTransformer - the custom transformer
        cause - the real cause of the exception