com.ibm.cics.model
Class IllegalCICSAttributeException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by java.lang.RuntimeException
              extended by java.lang.IllegalArgumentException
                  extended by com.ibm.cics.model.meta.IllegalAttributeException
                      extended by com.ibm.cics.model.IllegalCICSAttributeException
All Implemented Interfaces:
java.io.Serializable

public class IllegalCICSAttributeException
extends com.ibm.cics.model.meta.IllegalAttributeException

See Also:
Serialized Form

Constructor Summary
IllegalCICSAttributeException(java.lang.Exception cause, ICICSAttribute<?> attribute, java.lang.Object illegalValue)
           
IllegalCICSAttributeException(java.lang.String message, ICICSAttribute<?> attribute, java.lang.Object illegalValue)
           
 
Method Summary
 
Methods inherited from class com.ibm.cics.model.meta.IllegalAttributeException
getAttribute, getIllegalValue, getMessage
 
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

IllegalCICSAttributeException

public IllegalCICSAttributeException(java.lang.String message,
                                     ICICSAttribute<?> attribute,
                                     java.lang.Object illegalValue)

IllegalCICSAttributeException

public IllegalCICSAttributeException(java.lang.Exception cause,
                                     ICICSAttribute<?> attribute,
                                     java.lang.Object illegalValue)


Copyright 2008-2009 IBM Corp. All Rights Reserved.