Package org.eso.ias.converter
Class ConverterStreamException
java.lang.Object
java.lang.Throwable
java.lang.Exception
org.eso.ias.converter.ConverterStreamException
- All Implemented Interfaces:
Serializable
The exception returned by the converter stream.
- Author:
- acaproni
- See Also:
-
Constructor Summary
ConstructorDescriptionConverterStreamException
(String message) ConverterStreamException
(String message, Throwable cause) ConverterStreamException
(String message, Throwable cause, boolean enableSuppression, boolean writableStackTrace) -
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
ConverterStreamException
public ConverterStreamException() -
ConverterStreamException
-
ConverterStreamException
-
ConverterStreamException
-
ConverterStreamException
-