com.ibm.cics.zos.comm
Class ZOSPermissionDeniedException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by com.ibm.cics.core.comm.ConnectionException
              extended by com.ibm.cics.zos.comm.ZOSPermissionDeniedException
All Implemented Interfaces:
java.io.Serializable

public class ZOSPermissionDeniedException
extends ConnectionException

See Also:
Serialized Form

Nested Class Summary
 
Nested classes/interfaces inherited from class com.ibm.cics.core.comm.ConnectionException
ConnectionException.Type
 
Constructor Summary
ZOSPermissionDeniedException(java.lang.Exception e)
           
ZOSPermissionDeniedException(java.lang.String message)
           
 
Method Summary
 java.lang.String getMessage()
           
 
Methods inherited from class com.ibm.cics.core.comm.ConnectionException
getAttributes, getConfiguration, getExceptionType, hasConfiguration, setConfiguration, setExceptionType
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getCause, getLocalizedMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

ZOSPermissionDeniedException

public ZOSPermissionDeniedException(java.lang.Exception e)

ZOSPermissionDeniedException

public ZOSPermissionDeniedException(java.lang.String message)
Method Detail

getMessage

public java.lang.String getMessage()
Overrides:
getMessage in class java.lang.Throwable


Copyright © 2013 IBM Corp. All Rights Reserved.