com.endeca.itl.recordstore
Class RecordStoreConfigurationException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by com.endeca.itl.recordstore.RecordStoreException
              extended by com.endeca.itl.recordstore.RecordStoreConfigurationException
All Implemented Interfaces:
Serializable

@WebFault(name="recordStoreConfigurationFault")
public class RecordStoreConfigurationException
extends RecordStoreException

See Also:
Serialized Form

Constructor Summary
RecordStoreConfigurationException(List<RecordStoreConfigurationError> errors)
           
RecordStoreConfigurationException(String message, com.endeca.itl.recordstore.RecordStoreConfigurationFaultInfo faultDetail)
           
RecordStoreConfigurationException(String message, com.endeca.itl.recordstore.RecordStoreConfigurationFaultInfo faultDetail, Throwable cause)
           
 
Method Summary
 RecordStoreConfigurationError[] getErrors()
           
 com.endeca.itl.recordstore.RecordStoreConfigurationFaultInfo getFaultInfo()
          The FaultInfo is essentially just a message that is passed over the wire.
 String toString()
           
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

RecordStoreConfigurationException

public RecordStoreConfigurationException(List<RecordStoreConfigurationError> errors)

RecordStoreConfigurationException

public RecordStoreConfigurationException(String message,
                                         com.endeca.itl.recordstore.RecordStoreConfigurationFaultInfo faultDetail)

RecordStoreConfigurationException

public RecordStoreConfigurationException(String message,
                                         com.endeca.itl.recordstore.RecordStoreConfigurationFaultInfo faultDetail,
                                         Throwable cause)
Method Detail

toString

public String toString()
Overrides:
toString in class Throwable

getFaultInfo

public com.endeca.itl.recordstore.RecordStoreConfigurationFaultInfo getFaultInfo()
Description copied from class: RecordStoreException
The FaultInfo is essentially just a message that is passed over the wire.

Overrides:
getFaultInfo in class RecordStoreException
Returns:
The Fault Info

getErrors

public RecordStoreConfigurationError[] getErrors()


Copyright © 2007, 2012, Oracle and/or its affiliates. All rights reserved.