Package de.gematik.rbellogger.exceptions
Class RbelConversionException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- java.lang.RuntimeException
-
- de.gematik.rbellogger.util.RbelException
-
- de.gematik.rbellogger.exceptions.RbelConversionException
-
- All Implemented Interfaces:
Serializable
public class RbelConversionException extends RbelException
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description RbelConversionException(Exception e)RbelConversionException(String s)RbelConversionException(String msg, Throwable e)
-
Method Summary
-
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
-