com.atlassian.jira.rest.client.api.domain.input
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:
- java.io.Serializable
public class CannotTransformValueException
- extends java.lang.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 |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
CannotTransformValueException
public CannotTransformValueException()
CannotTransformValueException
public CannotTransformValueException(java.lang.String message)
CannotTransformValueException
public CannotTransformValueException(java.lang.String message,
java.lang.Throwable cause)
CannotTransformValueException
public CannotTransformValueException(java.lang.Throwable cause)
Copyright © 2013 Atlassian. All Rights Reserved.