Class TransformationException

java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
io.gravitee.gateway.api.stream.exception.TransformationException
All Implemented Interfaces:
Serializable

public class TransformationException extends RuntimeException
Author:
David BRASSELY (david at gravitee.io), GraviteeSource Team
See Also:
  • Constructor Details

    • TransformationException

      public TransformationException()
    • TransformationException

      public TransformationException(Throwable cause)
    • TransformationException

      public TransformationException(String message)
    • TransformationException

      public TransformationException(String message, Throwable cause)