com.ibm.wsspi.security.wim.exception

Class MissingMandatoryPropertyException

    • Method Summary

      • Methods inherited from class java.lang.Throwable

        addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
      • Methods inherited from class java.lang.Object

        equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
    • Constructor Detail

      • MissingMandatoryPropertyException

        public MissingMandatoryPropertyException()
      • MissingMandatoryPropertyException

        public MissingMandatoryPropertyException(java.lang.String key,
                                         java.lang.String message)
        Parameters:
        message -
      • MissingMandatoryPropertyException

        public MissingMandatoryPropertyException(java.lang.Throwable cause)
        Parameters:
        cause -
      • MissingMandatoryPropertyException

        public MissingMandatoryPropertyException(java.lang.String key,
                                         java.lang.String message,
                                         java.lang.Throwable cause)
        Parameters:
        message -
        cause -