Class IllegalCICSAttributeException

  • All Implemented Interfaces:
    java.io.Serializable

    public class IllegalCICSAttributeException
    extends com.ibm.cics.model.meta.IllegalAttributeException
    See Also:
    Serialized Form
    • Method Summary

      • Methods inherited from class com.ibm.cics.model.meta.IllegalAttributeException

        getAttribute, getIllegalValue, getMessage
      • Methods inherited from class java.lang.Throwable

        addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getStackTrace, getSuppressed, 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)