Class DuplicateException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
io.leandev.appfuse.exception.ApplicationException
io.leandev.appfuse.exception.DuplicateException
- All Implemented Interfaces:
Serializable
-
Constructor Summary
ConstructorsConstructorDescription建立使用預設訊息的例外DuplicateException(String message, Object... params) 建立包含格式化訊息的例外DuplicateException(String message, Throwable cause, Object... params) 建立包含格式化訊息和原因的例外DuplicateException(Throwable cause) 建立包含原因的例外 -
Method Summary
Methods inherited from class ApplicationException
getMessage, toStringMethods inherited from class Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace
-
Constructor Details
-
DuplicateException
public DuplicateException()建立使用預設訊息的例外 -
DuplicateException
-
DuplicateException
-
DuplicateException
-