Did this page help you?

   Yes   No   Tell us about it...

com.amazonaws.services.simpleworkflow.flow
Class DataConverterException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by java.lang.RuntimeException
              extended by com.amazonaws.services.simpleworkflow.flow.DataConverterException
All Implemented Interfaces:
Serializable

public class DataConverterException
extends RuntimeException

See Also:
DataConverter, Serialized Form

Constructor Summary
DataConverterException()
           
DataConverterException(String message)
           
DataConverterException(String message, Throwable cause)
           
DataConverterException(Throwable cause)
           
 
Method Summary
 String getMessage()
           
 void setKey(String key)
           
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getCause, getLocalizedMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

DataConverterException

public DataConverterException()

DataConverterException

public DataConverterException(String message,
                              Throwable cause)

DataConverterException

public DataConverterException(String message)

DataConverterException

public DataConverterException(Throwable cause)
Method Detail

setKey

public void setKey(String key)

getMessage

public String getMessage()
Overrides:
getMessage in class Throwable


Copyright © 2010 Amazon Web Services, Inc. All Rights Reserved.