com.sun.tools.ws.wsdl.framework
Class DuplicateEntityException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
javax.xml.ws.WebServiceException
com.sun.xml.ws.util.exception.JAXWSExceptionBase
com.sun.tools.ws.wsdl.framework.ValidationException
com.sun.tools.ws.wsdl.framework.DuplicateEntityException
- All Implemented Interfaces:
- com.sun.istack.localization.Localizable, Serializable
public class DuplicateEntityException
- extends ValidationException
An exception signalling that an entity with the given name/id has already been defined.
- See Also:
- Serialized Form
Fields inherited from interface com.sun.istack.localization.Localizable |
NOT_LOCALIZABLE |
Methods inherited from class com.sun.xml.ws.util.exception.JAXWSExceptionBase |
getArguments, getKey, getMessage, getResourceBundleName |
DuplicateEntityException
public DuplicateEntityException(GloballyKnown entity)
DuplicateEntityException
public DuplicateEntityException(Identifiable entity)
DuplicateEntityException
public DuplicateEntityException(Entity entity,
String name)
getDefaultResourceBundleName
public String getDefaultResourceBundleName()
- Overrides:
getDefaultResourceBundleName
in class ValidationException
Copyright (c) 1997-2012 Oracle and/or its affiliates. All rights reserved.