org.apache.juddi.error
Class NameTooLongException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by org.apache.juddi.error.RegistryException
              extended by org.apache.juddi.error.NameTooLongException
All Implemented Interfaces:
java.io.Serializable, RegistryObject

public class NameTooLongException
extends RegistryException

Thrown to indicate that a UDDI Exception was encountered.

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

Constructor Summary
NameTooLongException(java.lang.String msg)
           
 
Method Summary
 
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

NameTooLongException

public NameTooLongException(java.lang.String msg)


Copyright © 2004-2007. All Rights Reserved.