Package com.sun.xml.rpc.wsdl.framework
Class DuplicateEntityException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
javax.xml.rpc.JAXRPCException
com.sun.xml.rpc.util.exception.JAXRPCExceptionBase
com.sun.xml.rpc.wsdl.framework.ValidationException
com.sun.xml.rpc.wsdl.framework.DuplicateEntityException
- All Implemented Interfaces:
Localizable,Serializable
An exception signalling that an entity with the given name/id has already been defined.
- Author:
- JAX-RPC Development Team
- See Also:
-
Field Summary
Fields inherited from class com.sun.xml.rpc.util.exception.JAXRPCExceptionBase
localizablePart, nestablePart -
Constructor Summary
ConstructorsConstructorDescriptionDuplicateEntityException(Entity entity, String name) DuplicateEntityException(Identifiable entity) -
Method Summary
Methods inherited from class com.sun.xml.rpc.util.exception.JAXRPCExceptionBase
getArguments, getKey, getLinkedException, getMessage, printStackTrace, printStackTrace, printStackTrace, toStringMethods inherited from class javax.xml.rpc.JAXRPCException
getLinkedCauseMethods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getStackTrace, getSuppressed, initCause, setStackTrace
-
Constructor Details
-
DuplicateEntityException
-
DuplicateEntityException
-
DuplicateEntityException
-
-
Method Details
-
getResourceBundleName
- Specified by:
getResourceBundleNamein interfaceLocalizable- Overrides:
getResourceBundleNamein classValidationException
-