Class WIMSystemException

All Implemented Interfaces:
Serializable
Direct Known Subclasses:
AuthenticationNotSupportedException

public class WIMSystemException extends WIMException
A generic vmm application exception to indicate to the caller that there was a problem with the current request due to incorrect inputs from the caller.
See Also:
  • Constructor Details

    • WIMSystemException

      public WIMSystemException()
      Creates the virtual member manager system level exception.
    • WIMSystemException

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

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

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