public class TranslationException
extends java.lang.Exception
Note that a filter may also throw IOException in case of any I/O errors.
Constructor and Description |
---|
TranslationException(java.lang.String msg)
Constructs an instance of
TranslationException with the
specified detail message. |
TranslationException(java.lang.String msg,
java.lang.Throwable cause)
Constructs an instance of
TranslationException with the
specified detail message and cause. |
TranslationException(java.lang.Throwable cause)
Constructs an instance of
TranslationException with the
specified cause. |
public TranslationException(java.lang.String msg)
TranslationException
with the
specified detail message.msg
- the detail message.public TranslationException(java.lang.String msg, java.lang.Throwable cause)
TranslationException
with the
specified detail message and cause.msg
- the detail message.cause
- cause the causepublic TranslationException(java.lang.Throwable cause)
TranslationException
with the
specified cause.cause
- cause the cause