Class SliewException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
cn.sliew.carp.framework.exception.SliewException
- All Implemented Interfaces:
HasAdditionalAttributes,Serializable
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionSliewException(String message) SliewException(String code, String message) SliewException(String message, Throwable cause) SliewException(String message, Throwable cause, boolean enableSuppression, boolean writableStackTrace) SliewException(Throwable cause) -
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toStringMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitMethods inherited from interface cn.sliew.carp.framework.exception.HasAdditionalAttributes
getAdditionalAttributes
-
Constructor Details
-
SliewException
public SliewException() -
SliewException
-
SliewException
-
SliewException
-
SliewException
-
SliewException
-