Class IoRuntimeException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- java.lang.RuntimeException
-
- org.bremersee.apiclient.webflux.app.IoRuntimeException
-
- All Implemented Interfaces:
Serializable
public class IoRuntimeException extends RuntimeException
The io runtime exception.- Author:
- Christian Bremer
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description IoRuntimeException(String message, IOException cause)
Instantiates a new Io runtime 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
-
IoRuntimeException
public IoRuntimeException(String message, IOException cause)
Instantiates a new Io runtime exception.- Parameters:
message
- the messagecause
- the cause
-
-