com.ibm.cics.zos.model
Class PermissionDeniedException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by java.io.IOException
              extended by com.ibm.cics.zos.model.PermissionDeniedException
All Implemented Interfaces:
java.io.Serializable

public class PermissionDeniedException
extends java.io.IOException

Thrown to indicate that an attempt to interact with a resource on z/OS was denied as the attempting user did not have permission to perform that interaction.

See Also:
Serialized Form

Method Summary
 java.lang.String getLocalizedMessage()
           
 java.lang.String getMessage()
           
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getCause, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Method Detail

getMessage

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

getLocalizedMessage

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


Copyright © 2013 IBM Corp. All Rights Reserved.