com.ibm.cics.zos.comm
Class ZOSFileNotFoundException

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.ZOSFileNotFoundException
All Implemented Interfaces:
java.io.Serializable

public class ZOSFileNotFoundException
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
ZOSFileNotFoundException(java.lang.Exception e)
           
ZOSFileNotFoundException(java.lang.String aPath, java.lang.String aMessage)
           
 
Method Summary
 
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, getMessage, 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

ZOSFileNotFoundException

public ZOSFileNotFoundException(java.lang.String aPath,
                                java.lang.String aMessage)

ZOSFileNotFoundException

public ZOSFileNotFoundException(java.lang.Exception e)


Copyright © 2013 IBM Corp. All Rights Reserved.