Class IdempotentException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- java.lang.RuntimeException
-
- io.microsphere.spring.web.idempotent.IdempotentException
-
- All Implemented Interfaces:
java.io.Serializable
public class IdempotentException extends java.lang.RuntimeExceptionRuntimeExceptionforIdempotent- Since:
- 1.0.0
- Author:
- Mercy
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description IdempotentException(java.lang.String s)
-