Class WIMSystemException

  • All Implemented Interfaces:
    java.io.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:
    Serialized Form
    • Constructor Summary

      Constructors 
      Constructor Description
      WIMSystemException()
      Creates the virtual member manager system level exception.
      WIMSystemException​(java.lang.String key, java.lang.String message)
      Creates the WIMSystemException.
      WIMSystemException​(java.lang.String key, java.lang.String message, java.lang.Throwable cause)
      Creates the WIMSystemException.
      WIMSystemException​(java.lang.Throwable cause)
      Creates the WIMSystemException.
    • 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

      • WIMSystemException

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

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

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

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