Class TransformationException

  • All Implemented Interfaces:
    Serializable

    public class TransformationException
    extends RuntimeException
    Describes the problem, occured during original message transformation.
    Author:
    Alexey Stashok
    See Also:
    Serialized Form
    • Constructor Detail

      • TransformationException

        public TransformationException()
      • TransformationException

        public TransformationException​(String message)
      • TransformationException

        public TransformationException​(Throwable cause)
      • TransformationException

        public TransformationException​(String message,
                                       Throwable cause)