org.apache.juddi.v3.error
Class TokenAlreadyExistsException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by java.io.IOException
              extended by java.rmi.RemoteException
                  extended by org.uddi.v3_service.DispositionReportFaultMessage
                      extended by org.apache.juddi.v3.error.RegistryException
                          extended by org.apache.juddi.v3.error.TokenAlreadyExistsException
All Implemented Interfaces:
java.io.Serializable

public class TokenAlreadyExistsException
extends RegistryException

E_tokenAlreadyExists: (40070) Signifies that one or more of the businessKey or tModelKey elements that identify entities to be transferred are not owned by the publisher identified by the authInfo element. The error text SHOULD clearly indicate which entity keys caused the error.

Author:
Jeff Faath
See Also:
Serialized Form

Field Summary
 
Fields inherited from class java.rmi.RemoteException
detail
 
Constructor Summary
TokenAlreadyExistsException(ErrorMessage message)
           
 
Method Summary
 
Methods inherited from class org.uddi.v3_service.DispositionReportFaultMessage
getFaultInfo
 
Methods inherited from class java.rmi.RemoteException
getCause, getMessage
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getLocalizedMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

TokenAlreadyExistsException

public TokenAlreadyExistsException(ErrorMessage message)


Copyright © 2004-2010. All Rights Reserved.