Class TransformationException

All Implemented Interfaces:
Serializable

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

    • TransformationException

      public TransformationException()
    • TransformationException

      public TransformationException(String message)
    • TransformationException

      public TransformationException(Throwable cause)
    • TransformationException

      public TransformationException(String message, Throwable cause)