org.apache.juddi.v3.error
Class InvalidProjectionException

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.InvalidProjectionException
All Implemented Interfaces:
Serializable

public class InvalidProjectionException
extends RegistryException

E_invalidProjection: (20230) Signifies that an attempt was made to save a businessEntity containing a service projection where the serviceKey does not belong to the business designated by the businessKey. The serviceKey of at least one such businessService SHOULD be included in the dispositionReport.

Author:
Jeff Faath
See Also:
Serialized Form

Field Summary
 
Fields inherited from class java.rmi.RemoteException
detail
 
Constructor Summary
InvalidProjectionException(ErrorMessage message)
           
 
Method Summary
 
Methods inherited from class org.uddi.v3_service.DispositionReportFaultMessage
getDispositionReport, 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

InvalidProjectionException

public InvalidProjectionException(ErrorMessage message)


Copyright © 2004-2013 The Apache Software Foundation. All Rights Reserved.