com.atlassian.jira.rest.client.api.domain.input
Class CannotTransformValueException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by java.lang.RuntimeException
              extended by 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

Constructor Summary
CannotTransformValueException()
           
CannotTransformValueException(java.lang.String message)
           
CannotTransformValueException(java.lang.String message, java.lang.Throwable cause)
           
CannotTransformValueException(java.lang.Throwable cause)
           
 
Method Summary
 
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
 

Constructor Detail

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.