Package com.bytedesk.core.exception
Class BaseException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
com.bytedesk.core.exception.BaseException
- All Implemented Interfaces:
Serializable
- Direct Known Subclasses:
EmailExistsException
,ForbiddenException
,MobileExistsException
,NotFoundException
,UserDisabledException
,UsernameExistsException
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionBaseException
(String message) BaseException
(String message, Throwable cause) -
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
BaseException
-
BaseException
-