Class TransformResponseException

  • All Implemented Interfaces:
    java.io.Serializable

    public class TransformResponseException
    extends ResponseException
    The Class TransformResponseException.

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

    See Also:
    Serialized Form
    • Constructor Detail

      • TransformResponseException

        public TransformResponseException()
        Instantiates a new TransformResponseException.
      • TransformResponseException

        public TransformResponseException​(java.lang.String msg)
        Instantiates a new TransformResponseException.
        Parameters:
        msg - a message to associate with the exception
      • TransformResponseException

        public TransformResponseException​(java.lang.Throwable cause)
        Instantiates a new TransformResponseException.
        Parameters:
        cause - the real cause of the exception
      • TransformResponseException

        public TransformResponseException​(java.lang.String msg,
                                          java.lang.Throwable cause)
        Instantiates a new TransformResponseException.
        Parameters:
        msg - the detail message
        cause - the real cause of the exception
      • 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
      • TransformResponseException

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

        public TransformResponseException​(TransformRule transformRule,
                                          java.lang.String msg)
        Instantiates a new TransformResponseException.
        Parameters:
        transformRule - the transform rule
        msg - the detail message
    • Method Detail

      • getTransformRule

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