Class NotAuthorizedException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
com.softwaremining.logic.exception.CBLException
com.softwaremining.vendors.cics.exception.CicsException
com.softwaremining.vendors.cics.exception.NotAuthorizedException
- All Implemented Interfaces:
Serializable
NOT AUTHORISED
- See Also:
-
Field Summary
Fields inherited from class com.softwaremining.vendors.cics.exception.CicsException
responseCode
Fields inherited from class com.softwaremining.logic.exception.CBLException
log
-
Constructor Summary
ConstructorDescriptionNotAuthorizedException
(String message) NotAuthorizedException
(String message, Exception reason) -
Method Summary
Methods inherited from class com.softwaremining.vendors.cics.exception.CicsException
getCicsResponseCode
Methods inherited from class com.softwaremining.logic.exception.CBLException
getMessage, getOriginalException, isLogError, printStackTrace, printStackTrace, stackTraceToString
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getStackTrace, getSuppressed, initCause, printStackTrace, setStackTrace, toString
-
Constructor Details
-
NotAuthorizedException
public NotAuthorizedException() -
NotAuthorizedException
-
NotAuthorizedException
-
-
Method Details
-
getCicsExceptionCode
- Overrides:
getCicsExceptionCode
in classCicsException
-