com.atlassian.jira.rest.client.domain.input
Class CannotTransformValueException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
com.atlassian.jira.rest.client.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:
- Serialized Form
| Methods inherited from class java.lang.Throwable |
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
CannotTransformValueException
public CannotTransformValueException()
CannotTransformValueException
public CannotTransformValueException(String message)
CannotTransformValueException
public CannotTransformValueException(String message,
Throwable cause)
CannotTransformValueException
public CannotTransformValueException(Throwable cause)
Copyright © 2012 Atlassian Pty Ltd. All Rights Reserved.