Class CannotTransformValueException

java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
com.atlassian.jira.rest.client.api.domain.input.CannotTransformValueException
All Implemented Interfaces:
Serializable

public class CannotTransformValueException extends RuntimeException
This exception is thrown by ValueTransformerManager when there is not transformer that can transform given value.
Since:
v1.0
See Also:
  • Constructor Details

    • CannotTransformValueException

      public CannotTransformValueException()
    • CannotTransformValueException

      public CannotTransformValueException(String message)
    • CannotTransformValueException

      public CannotTransformValueException(String message, Throwable cause)
    • CannotTransformValueException

      public CannotTransformValueException(Throwable cause)