|
© 2003 BEA Systems, Inc. | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--java.lang.Throwable | +--java.lang.Exception | +--com.bea.netuix.application.exception.NetuixException | +--com.bea.netuix.application.exception.DuplicateDefinitionException
This exception gets thrown when disassembling a portal from a .portal template, and a book or page in the .portal file has the same definition label as a book or page in the database. The request should be resubmitted with a disassembler action to keep what is in the database or replace it with what is in the .portal file. It is typically recommended that when in development mode the developer may want to accept what is in the .portal file. However, when in production mode the admin should probably accept what is in the database, as all customizations would be lost otherwise.
CustomizationContext
,
Serialized FormConstructor Summary | |
DuplicateDefinitionException()
Constructs an Exception with no specified detail message. |
|
DuplicateDefinitionException(String s)
Constructs an Exception with the specified detail message. |
|
DuplicateDefinitionException(String s,
Throwable cause)
Constructs an Exception with the specified detail message and causal exception. |
|
DuplicateDefinitionException(Throwable cause)
Constructs an Exception with the specified causal exception. |
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 DuplicateDefinitionException()
Exception
with no specified detail message.
public DuplicateDefinitionException(String s)
Exception
with the specified detail message.
s
- The detail messagepublic DuplicateDefinitionException(String s, Throwable cause)
Exception
with the specified detail message and causal exception.
s
- The detail messagecause
- The exception that caused this exception to be thrownpublic DuplicateDefinitionException(Throwable cause)
Exception
with the specified causal exception.
cause
- The exception that caused this exception to be thrown
|
© 2003 BEA Systems, Inc. | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |