Package io.atomix.utils
Class AtomixIOException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- java.lang.RuntimeException
-
- io.atomix.utils.AtomixRuntimeException
-
- io.atomix.utils.AtomixIOException
-
- All Implemented Interfaces:
Serializable
public class AtomixIOException extends AtomixRuntimeException
Atomix I/O exception.- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description AtomixIOException()AtomixIOException(String message)AtomixIOException(String message, Object... args)AtomixIOException(String message, Throwable cause)AtomixIOException(Throwable cause)
-
Method Summary
-
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
-