|
Content Assembler API 1.0.1 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectjava.lang.Throwable
java.lang.Exception
com.endeca.content.InitializationException
public class InitializationException
Represents an unrecoverable exception while initializing a content
assembler -- usually during the construction of a ContentManager.
| Constructor Summary | |
|---|---|
InitializationException()
Constructs a InitializationException with no message
or cause. |
|
InitializationException(java.lang.String pMessage)
Constructs a InitializationException with the specified
message. |
|
InitializationException(java.lang.String pMessage,
java.lang.Throwable pCause)
Constructs a InitializationException with the specified
message and cause. |
|
InitializationException(java.lang.Throwable pCause)
Constructs a InitializationException with the specified
cause. |
|
| Method Summary |
|---|
| 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 InitializationException()
InitializationException with no message
or cause.
public InitializationException(java.lang.String pMessage)
InitializationException with the specified
message.
pMessage - an error message.
public InitializationException(java.lang.String pMessage,
java.lang.Throwable pCause)
InitializationException with the specified
message and cause.
pMessage - an error message.pCause - the original exception that triggered this exception.public InitializationException(java.lang.Throwable pCause)
InitializationException with the specified
cause.
pCause - the original exception that triggered this exception.
|
Content Assembler API 1.0.1 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
@VERSION PRODUCT: Content Assembler API (ContentAssemblerAPIJava) VERSION: 1.0.1 BUILD: 61DEV ARCH_OS: n/a DATE: 2008-10-10T07:20:30-0400