org.systinet.wasp.dd
Class DuplicatedNameException

java.lang.Object
  extended byjava.lang.Throwable
      extended byjava.lang.Exception
          extended byorg.systinet.wasp.dd.DuplicatedNameException
All Implemented Interfaces:
java.io.Serializable

public class DuplicatedNameException
extends java.lang.Exception

This exception is thrown when a duplicate name occurs in a deployment descriptor or any of its processings or among dependent deployment descriptors with same target namespace.

Since:
4.0
See Also:
Exception, Serialized Form
Component:
Core

Constructor Summary
DuplicatedNameException()
          Creates a new DuplicatedNameException instance.
DuplicatedNameException(java.lang.String message)
          Creates a new DuplicatedNameException instance.
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getCause, getLocalizedMessage, getMessage, 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

DuplicatedNameException

public DuplicatedNameException()
Creates a new DuplicatedNameException instance.


DuplicatedNameException

public DuplicatedNameException(java.lang.String message)
Creates a new DuplicatedNameException instance.

Parameters:
message - the error message