Class BaseException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- java.lang.RuntimeException
-
- com.arms.egovframework.javaservice.treeframework.errors.exception.BaseException
-
- All Implemented Interfaces:
java.io.Serializable
- Direct Known Subclasses:
DuplicateFoundException,EntityNotFoundException,IDNotFoundException,InvalidParamException,ServiceProcessException,TreeDaoException
public class BaseException extends java.lang.RuntimeExceptionBaseException은 Exception Handler의 BaseClass입니다.- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description BaseException()BaseException(ErrorCode errorCode)BaseException(java.lang.String message, ErrorCode errorCode)BaseException(java.lang.String message, ErrorCode errorCode, java.lang.Throwable cause)
-
-
-
Constructor Detail
-
BaseException
public BaseException()
-
BaseException
public BaseException(ErrorCode errorCode)
-
BaseException
public BaseException(java.lang.String message, ErrorCode errorCode)
-
BaseException
public BaseException(java.lang.String message, ErrorCode errorCode, java.lang.Throwable cause)
-
-