com.ibm.uddi.v3.management

Class InvalidValueException

  • All Implemented Interfaces:
    java.io.Serializable


    public class InvalidValueException
    extends UddiAdminException
    This exception indicates a property or policy value is invalid. This could mean the value is out of range, too short or too long, or not one of an expected list of values.
    See Also:
    Serialized Form
    • Constructor Detail

      • InvalidValueException

        public InvalidValueException()
        Constructor taking no arguments.
      • InvalidValueException

        public InvalidValueException(java.lang.String messageKey)
        Constructor taking a message key.
        Parameters:
        messageKey -
      • InvalidValueException

        public InvalidValueException(java.lang.String messageKey,
                             java.lang.Throwable cause)
        Constructor.

        Parameters:
        messageKey -
        cause -
      • InvalidValueException

        public InvalidValueException(java.lang.String messageKey,
                             MessageInserts inserts,
                             java.lang.Throwable cause)
        Constructor.

        Parameters:
        messageKey -
        inserts -
        cause -
      • InvalidValueException

        public InvalidValueException(java.lang.Throwable cause)
        Constructor.

        Parameters:
        cause -
      • InvalidValueException

        public InvalidValueException(java.lang.String messageKey,
                             MessageInserts inserts)
        Constructor.

        Parameters:
        messageKey -
        inserts -
IBM WebSphere Application ServerTM
Release 8.5