Package deu.cse.spring_webmail.exception
Class CustomException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
deu.cse.spring_webmail.exception.CustomException
- All Implemented Interfaces:
Serializable
사용자 정의 예외 클래스
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
CustomException
생성자- Parameters:
message
- 예외 메시지
-