|
Content Assembler API 2.1.2 | |||||||||
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.ContentException
public class ContentException
Represents a generic exception when interacting with the Content Assembler API.
Constructor Summary | |
---|---|
ContentException()
Constructs a ContentException with no message
or cause. |
|
ContentException(java.lang.String pMessage)
Constructs a ContentException with the specified
message. |
|
ContentException(java.lang.String pMessage,
java.lang.Throwable pCause)
Constructs a ContentException with the specified
message and cause. |
|
ContentException(java.lang.Throwable pCause)
Constructs a ContentException 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 ContentException()
ContentException
with no message
or cause.
public ContentException(java.lang.String pMessage)
ContentException
with the specified
message.
pMessage
- an error message.public ContentException(java.lang.String pMessage, java.lang.Throwable pCause)
ContentException
with the specified
message and cause.
pMessage
- an error message.pCause
- the original exception that triggered this exception.public ContentException(java.lang.Throwable pCause)
ContentException
with the specified
cause.
pCause
- the original exception that triggered this exception.
|
Content Assembler API 2.1.2 | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
@VERSION PRODUCT: Content Assembler API (ContentAssemblerAPIJava) VERSION: 2.1.2 BUILD: 54DEV ARCH_OS: n/a DATE: 2012-02-16T20:28:44-0500