Class CicsException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
com.softwaremining.logic.exception.CBLException
com.softwaremining.cics.exception.CicsException
- All Implemented Interfaces:
Serializable
- Direct Known Subclasses:
CicsContinuableException,FormatTimeException,NotAuthorizedException,ProgramIDErrorException,QueueItemNumberDoesNotExitException
- See Also:
-
Field Summary
FieldsFields inherited from class com.softwaremining.logic.exception.CBLException
log -
Constructor Summary
ConstructorsConstructorDescriptionCicsException(String message) CicsException(String message, int responseCode) CicsException(String message, Exception reason) CicsException(String message, String exceptionCode, int responseCode) -
Method Summary
Methods inherited from class com.softwaremining.logic.exception.CBLException
getMessage, getOriginalException, isLogError, printStackTrace, printStackTrace, stackTraceToStringMethods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getStackTrace, getSuppressed, initCause, printStackTrace, setStackTrace, toString
-
Field Details
-
responseCode
protected int responseCode
-
-
Constructor Details
-
CicsException
public CicsException() -
CicsException
-
CicsException
-
CicsException
-
CicsException
-
-
Method Details
-
getCicsExceptionCode
-
getCicsResponseCode
public int getCicsResponseCode()
-