Package com.github.ddth.dlock
Class DLockException.OperationNotSupportedException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- java.lang.RuntimeException
-
- com.github.ddth.dlock.DLockException
-
- com.github.ddth.dlock.DLockException.OperationNotSupportedException
-
- All Implemented Interfaces:
Serializable
- Enclosing class:
- DLockException
public static class DLockException.OperationNotSupportedException extends DLockException
Throws to indicate that the operation is not supported/allowed.- Since:
- 0.1.0
- Author:
- Thanh Ba Nguyen
- See Also:
- Serialized Form
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from class com.github.ddth.dlock.DLockException
DLockException.OperationNotSupportedException
-
-
Constructor Summary
Constructors Constructor Description OperationNotSupportedException()OperationNotSupportedException(String message)
-
Method Summary
-
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
-
-
-
Constructor Detail
-
OperationNotSupportedException
public OperationNotSupportedException()
-
OperationNotSupportedException
public OperationNotSupportedException(String message)
-
-