Class UnsupportedOperationException

All Implemented Interfaces:
Serializable

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

    • UnsupportedOperationException

      public UnsupportedOperationException()
      Creates a new exception with no message. Here the stacktrace serves as the main information since it has the method which was invoked causing this exception.
    • UnsupportedOperationException

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

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