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
This exception is thrown by ValueTransformerManager when there is not transformer that can transform given value.
- Since:
- v1.0
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionCannotTransformValueException(String message) CannotTransformValueException(String message, Throwable cause) -
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
CannotTransformValueException
public CannotTransformValueException() -
CannotTransformValueException
-
CannotTransformValueException
-
CannotTransformValueException
-