Package com.core.exception.business
Class SRuntimeException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- java.lang.RuntimeException
-
- com.core.exception.business.SRuntimeException
-
- All Implemented Interfaces:
java.io.Serializable
- Direct Known Subclasses:
SBatchClassInstantiationException
,SBatchExternalProcessException
,SJobConfigException
,SReaderAndParserUnmatchingException
,SStepAfterExecutionException
,SStepBeforeExecutionException
,SStepConfigException
,STokenException
,SWriterAndParserUnmatchingException
public class SRuntimeException extends java.lang.RuntimeException
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description SRuntimeException()
SRuntimeException(java.lang.String mMessage)
SRuntimeException(java.lang.String mMessage, java.lang.Throwable cause)
SRuntimeException(java.lang.Throwable cause)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.Throwable
getRootCause()
java.lang.String
getStackTraceString()
void
printStackTrace(java.io.PrintWriter log)
-
-
-
Constructor Detail
-
SRuntimeException
public SRuntimeException()
-
SRuntimeException
public SRuntimeException(java.lang.Throwable cause)
-
SRuntimeException
public SRuntimeException(java.lang.String mMessage)
-
SRuntimeException
public SRuntimeException(java.lang.String mMessage, java.lang.Throwable cause)
-
-