Package com.core.exception.business
Class SBatchExternalProcessException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- java.lang.RuntimeException
-
- com.core.exception.business.SRuntimeException
-
- com.core.exception.business.SBatchExternalProcessException
-
- All Implemented Interfaces:
java.io.Serializable
public class SBatchExternalProcessException extends SRuntimeException
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description SBatchExternalProcessException()
SBatchExternalProcessException(java.lang.String msg)
SBatchExternalProcessException(java.lang.String msg, java.lang.Throwable e)
SBatchExternalProcessException(java.lang.Throwable e)
-
Method Summary
-
Methods inherited from class com.core.exception.business.SRuntimeException
getRootCause, getStackTraceString, printStackTrace
-
-
-
-
Constructor Detail
-
SBatchExternalProcessException
public SBatchExternalProcessException(java.lang.String msg)
-
SBatchExternalProcessException
public SBatchExternalProcessException(java.lang.String msg, java.lang.Throwable e)
-
SBatchExternalProcessException
public SBatchExternalProcessException(java.lang.Throwable e)
-
SBatchExternalProcessException
public SBatchExternalProcessException()
-
-