com.ibm.wsspi.security.wim.exception

Class WIMApplicationException

    • Constructor Summary

      Constructors 
      Constructor and Description
      WIMApplicationException()
      Creates the vmm application exception.
      WIMApplicationException(java.lang.String key, java.lang.String message)
      Creates the WIMApplicationException.
      WIMApplicationException(java.lang.String key, java.lang.String message, java.lang.Throwable cause)
      Creates the WIMApplicationException.
      WIMApplicationException(java.lang.Throwable cause)
      Creates the WIMApplicationException.
    • 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

      • WIMApplicationException

        public WIMApplicationException()
        Creates the vmm application exception.
      • WIMApplicationException

        public WIMApplicationException(java.lang.String key,
                                       java.lang.String message)
        Creates the WIMApplicationException.
        Parameters:
        message - The message or message key of the exception.
      • WIMApplicationException

        public WIMApplicationException(java.lang.Throwable cause)
        Creates the WIMApplicationException.
        Parameters:
        cause - The cause of the exception.
      • WIMApplicationException

        public WIMApplicationException(java.lang.String key,
                                       java.lang.String message,
                                       java.lang.Throwable cause)
        Creates the WIMApplicationException.
        Parameters:
        cause - The cause of the exception.