Package com.github.ddth.dlock
Class DLockException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- java.lang.RuntimeException
-
- com.github.ddth.dlock.DLockException
-
- All Implemented Interfaces:
Serializable
- Direct Known Subclasses:
DLockException.OperationNotSupportedException
public class DLockException extends RuntimeException
Throws to indicate there has been an exception while interacting with the underlying system.- Since:
- 0.1.0
- Author:
- Thanh Ba Nguyen
- See Also:
- Serialized Form
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classDLockException.OperationNotSupportedExceptionThrows to indicate that the operation is not supported/allowed.
-
Constructor Summary
Constructors Constructor Description DLockException()DLockException(String message)DLockException(String message, Throwable cause)DLockException(Throwable cause)
-
Method Summary
-
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
-