Class IllegalStateException

All Implemented Interfaces:
Serializable

public class IllegalStateException extends IllegalStateException
An IllegalStateException with support for localized messages in Weld.
Author:
David Allen
See Also:
  • Constructor Details

    • IllegalStateException

      public IllegalStateException(String message)
      Creates a new exception with the given localized message.
      Parameters:
      message -
    • IllegalStateException

      public IllegalStateException(String message, Throwable throwable)
      Creates a new exception with the given localized message and the cause for this exception.
      Parameters:
      message -
      throwable -
    • IllegalStateException

      public IllegalStateException(Throwable cause)
      Creates a new exception with the given cause.
      Parameters:
      throwable - The cause of the exception
  • Method Details