org.apache.juddi.v3.error
Class InvalidValueException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.io.IOException
java.rmi.RemoteException
org.uddi.v3_service.DispositionReportFaultMessage
org.apache.juddi.v3.error.RegistryException
org.apache.juddi.v3.error.InvalidValueException
- All Implemented Interfaces:
- Serializable
public class InvalidValueException
- extends RegistryException
E_invalidValue: (20200) This error code has multiple uses. This error code applies to the subscription APIs and the value set APIs. It
can be used to indicate that a value that was passed in a keyValue attribute did not pass validation. This applies to checked value
sets that are referenced using keyedReferences. The error text SHOULD clearly indicate the key and value combination that failed validation.
It can also be used to indicate that a chunkToken supplied is invalid. This applies in both subscription and value set APIs. The error text
SHOULD clearly indicate the reason for failure.
- Author:
- Jeff Faath
- See Also:
- Serialized Form
Methods inherited from class org.uddi.v3_service.DispositionReportFaultMessage |
getDispositionReport, getFaultInfo |
InvalidValueException
public InvalidValueException(ErrorMessage message)
Copyright © 2004-2013 The Apache Software Foundation. All Rights Reserved.