com.sun.ebxml.registry.lcm
Class InvalidURLsException

java.lang.Object
  extended byjava.lang.Throwable
      extended byjava.lang.Exception
          extended bycom.sun.ebxml.registry.RegistryException
              extended bycom.sun.ebxml.registry.lcm.InvalidURLsException
All Implemented Interfaces:
java.io.Serializable

public class InvalidURLsException
extends RegistryException

The Exception that should be thrown when Http URLs of ExternalLink or ServiceBinding cannot be resolved

See Also:
Serialized Form

Constructor Summary
InvalidURLsException(java.util.ArrayList sourceRegistryObjects)
           
 
Method Summary
 java.util.ArrayList getSourceRegistryObjects()
           
 
Methods inherited from class com.sun.ebxml.registry.RegistryException
getException, getMessage
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getCause, 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

InvalidURLsException

public InvalidURLsException(java.util.ArrayList sourceRegistryObjects)
Parameters:
sourceRegistryObjects - The ArrayList of ExternalLink or ServiceBinding having unresolvable Http URLs
Method Detail

getSourceRegistryObjects

public java.util.ArrayList getSourceRegistryObjects()