|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectjava.lang.Throwable
java.lang.Exception
org.systinet.wasp.dd.DuplicatedNameException
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.
Exception
,
Serialized FormConstructor 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 |
public DuplicatedNameException()
DuplicatedNameException
instance.
public DuplicatedNameException(java.lang.String message)
DuplicatedNameException
instance.
message
- the error message
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |