Class ServiceProcessException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- java.lang.RuntimeException
-
- com.arms.egovframework.javaservice.treeframework.errors.exception.BaseException
-
- com.arms.egovframework.javaservice.treeframework.errors.exception.ServiceProcessException
-
- All Implemented Interfaces:
java.io.Serializable
public class ServiceProcessException extends BaseException
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description ServiceProcessException(java.lang.Exception e)ServiceProcessException(java.lang.String errorMsg)ServiceProcessException(java.lang.String errorMsg, java.lang.Exception e)
-