com.endeca.itl.recordstore
Class RecordStoreConfigurationError

java.lang.Object
  extended by com.endeca.itl.recordstore.RecordStoreConfigurationError

public class RecordStoreConfigurationError
extends Object


Constructor Summary
RecordStoreConfigurationError()
           
RecordStoreConfigurationError(String errorMessage)
           
 
Method Summary
 boolean equals(Object obj)
           
 String getErrorMessage()
           
 int hashCode()
           
 void setErrorMessage(String errorMessage)
           
 String toString()
           
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
 

Constructor Detail

RecordStoreConfigurationError

public RecordStoreConfigurationError()

RecordStoreConfigurationError

public RecordStoreConfigurationError(String errorMessage)
Method Detail

getErrorMessage

public String getErrorMessage()

setErrorMessage

public void setErrorMessage(String errorMessage)

hashCode

public int hashCode()
Overrides:
hashCode in class Object

equals

public boolean equals(Object obj)
Overrides:
equals in class Object

toString

public String toString()
Overrides:
toString in class Object


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