com.ibm.wsspi.security.wim.exception

Class MissingInitPropertyException

  • All Implemented Interfaces:
    java.io.Serializable


    public class MissingInitPropertyException
    extends InitializationException
    Initialization exception specifying that the initialization failed because an expected configuration property was not found.
    See Also:
    Serialized Form
    • 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

      • MissingInitPropertyException

        public MissingInitPropertyException()
        Creates the Missing Initialization Property Exception
      • MissingInitPropertyException

        public MissingInitPropertyException(java.lang.String key,
                                    java.lang.String message)
        Creates the Missing Initialization Property Exception
        Parameters:
        message - The message or message key of the exception.
      • MissingInitPropertyException

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

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