@WebFault(name="recordStoreFault") public class RecordStoreException extends Exception
| Modifier and Type | Field and Description |
|---|---|
static long |
serialVersionUID |
| Constructor and Description |
|---|
RecordStoreException(String message) |
RecordStoreException(String message,
com.endeca.itl.recordstore.RecordStoreFaultInfo recordStoreFaultDetail) |
RecordStoreException(String message,
com.endeca.itl.recordstore.RecordStoreFaultInfo recordStoreFaultDetail,
Throwable cause) |
RecordStoreException(String message,
Throwable cause) |
RecordStoreException(Throwable cause) |
| Modifier and Type | Method and Description |
|---|---|
com.endeca.itl.recordstore.RecordStoreFaultInfo |
getFaultInfo()
The FaultInfo is essentially just a message that is passed over the wire.
|
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toStringpublic static final long serialVersionUID
public RecordStoreException(String message)
message - The cause of the faultpublic RecordStoreException(Throwable cause)
public RecordStoreException(String message, com.endeca.itl.recordstore.RecordStoreFaultInfo recordStoreFaultDetail)
message - The cause of the faultrecordStoreFaultDetail - The details of the faultCopyright © 2007, 2013, Oracle and/or its affiliates. All rights reserved.