org.apache.juddi.error
Class CategorizationNotAllowedException

java.lang.Object
  extended byjava.lang.Throwable
      extended byjava.lang.Exception
          extended byorg.apache.juddi.error.RegistryException
              extended byorg.apache.juddi.error.CategorizationNotAllowedException
All Implemented Interfaces:
RegistryObject, java.io.Serializable

public class CategorizationNotAllowedException
extends RegistryException

Thrown to indicate that a UDDI Exception was encountered. (RETIRED) Replaced by E_valueNotAllowed in UDDI v2.0. See the UDDI Programmers API, Appendix A for more information.

Author:
Steve Viens (sviens@apache.org)
See Also:
Serialized Form

Constructor Summary
CategorizationNotAllowedException(java.lang.String msg)
           
 
Methods inherited from class org.apache.juddi.error.RegistryException
addResult, getDispositionReport, getFaultActor, getFaultCode, getFaultString, main, setDispositionReport, setFaultActor, setFaultCode, setFaultString, toString
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

CategorizationNotAllowedException

public CategorizationNotAllowedException(java.lang.String msg)


Copyright © 2003 Apache Software Foundation. All rights reserved.