Package wt.util

Class WTInvalidParameterException

All Implemented Interfaces:
Serializable, LocalizableMessage, Message

public class WTInvalidParameterException extends WTRuntimeException
WTInvalidParameterException extends the capability of the wt.util.WTRemoteException in that like the wt.util.WTException, it accommodates nested exceptions and localizable text messages.

This exception is thrown when an invalid parameter is passed to a method.



Supported API: true
Extendable: false

See Also:
  • Constructor Details

    • WTInvalidParameterException

      public WTInvalidParameterException(String s)
      WTInvalidParameterException constructor comment.

      Supported API: true
      Parameters:
      s - java.lang.String
    • WTInvalidParameterException

      public WTInvalidParameterException(String rb, String key, Object[] params)
      WTInvalidParameterException constructor comment.

      Supported API: true
      Parameters:
      rb - java.lang.String
      key - java.lang.String
      params - java.lang.Object[]
    • WTInvalidParameterException

      public WTInvalidParameterException(Throwable t, String s)
      WTInvalidParameterException constructor comment.

      Supported API: true
      Parameters:
      t - java.lang.Throwable
      s - java.lang.String
    • WTInvalidParameterException

      public WTInvalidParameterException(Throwable t, String rb, String key, Object[] params)
      WTInvalidParameterException constructor comment.

      Supported API: true
      Parameters:
      t - java.lang.Throwable
      rb - java.lang.String
      key - java.lang.String
      params - java.lang.Object[]