Class WIMException

java.lang.Object
java.lang.Throwable
java.lang.Exception
com.ibm.wsspi.security.wim.exception.WIMException
All Implemented Interfaces:
Serializable
Direct Known Subclasses:
WIMApplicationException, WIMSystemException

public class WIMException extends Exception
Base class representing a virtual member manager exception. This can be extended to create component specific exceptions.
See Also:
  • Constructor Details

    • WIMException

      public WIMException()
      Default Constructor
    • WIMException

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

      public WIMException(String message)
    • WIMException

      public WIMException(Throwable cause)
      Creates the WIMException.
      Parameters:
      cause - The cause of the exception.
    • WIMException

      public WIMException(String key, String message, Throwable cause)
      Creates the WIMException.
      Parameters:
      message - The error message.
      cause - The cause of the exception.
  • Method Details

    • getMessageKey

      public String getMessageKey()
      Return the message key.