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