Class UnsupportedTranslationException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- java.lang.RuntimeException
-
- com.google.appengine.api.taskqueue.UnsupportedTranslationException
-
- All Implemented Interfaces:
Serializable
public class UnsupportedTranslationException extends RuntimeException
Attempt to convert String to an unsupported charset.- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description UnsupportedTranslationException(UnsupportedEncodingException exception)
UnsupportedTranslationException(String string, UnsupportedEncodingException exception)
-
Method Summary
-
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
-
-
-
Constructor Detail
-
UnsupportedTranslationException
public UnsupportedTranslationException(String string, UnsupportedEncodingException exception)
-
UnsupportedTranslationException
public UnsupportedTranslationException(UnsupportedEncodingException exception)
-
-