Class WWUnrecognizedException

  • All Implemented Interfaces:
    java.io.Serializable

    public class WWUnrecognizedException
    extends WWRuntimeException
    Indicates that a value, request or other item or action is not recognized.
    See Also:
    Serialized Form
    • Constructor Summary

      Constructors 
      Constructor Description
      WWUnrecognizedException​(java.lang.String msg)
      Construct an exception with a message string.
      WWUnrecognizedException​(java.lang.String msg, java.lang.Throwable t)
      Construct an exception with a message string and a intial-cause exception.
    • 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

        clone, equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
    • Constructor Detail

      • WWUnrecognizedException

        public WWUnrecognizedException​(java.lang.String msg)
        Construct an exception with a message string.
        Parameters:
        msg - the message.
      • WWUnrecognizedException

        public WWUnrecognizedException​(java.lang.String msg,
                                       java.lang.Throwable t)
        Construct an exception with a message string and a intial-cause exception.
        Parameters:
        msg - the message.
        t - the exception causing this exception.