Package icu.easyj.core.exception
Class NotSupportedException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
icu.easyj.core.exception.BaseRuntimeException
icu.easyj.core.exception.NotSupportedException
- All Implemented Interfaces:
Serializable
- Direct Known Subclasses:
NotSupportedFileException
不支持时抛出的异常
- Author:
- wangliang181230
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionNotSupportedException(String message) NotSupportedException(String message, String errorCode) NotSupportedException(String message, String errorCode, Throwable cause) NotSupportedException(String message, Throwable cause) -
Method Summary
Methods inherited from class icu.easyj.core.exception.BaseRuntimeException
getErrorCodeMethods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
NotSupportedException
-
NotSupportedException
-
NotSupportedException
-
NotSupportedException
-