|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.hazelcast.client.impl.client.GenericError
public final class GenericError
Constructor Summary | |
---|---|
GenericError()
|
|
GenericError(String name,
String message,
int type)
|
|
GenericError(String name,
String message,
String details,
int type)
|
Method Summary | |
---|---|
int |
getClassId()
Returns class identifier for this portable class. |
String |
getDetails()
|
int |
getFactoryId()
Returns PortableFactory id for this portable class |
String |
getMessage()
|
String |
getName()
|
int |
getType()
|
void |
readPortable(PortableReader reader)
Read portable fields using PortableReader |
String |
toString()
|
void |
writePortable(PortableWriter writer)
Serialize this portable object using PortableWriter |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Constructor Detail |
---|
public GenericError()
public GenericError(String name, String message, int type)
public GenericError(String name, String message, String details, int type)
Method Detail |
---|
public int getFactoryId()
Portable
getFactoryId
in interface Portable
public int getClassId()
Portable
getClassId
in interface Portable
public String getName()
public String getMessage()
public String getDetails()
public int getType()
public void writePortable(PortableWriter writer) throws IOException
Portable
writePortable
in interface Portable
writer
- PortableWriter
IOException
public void readPortable(PortableReader reader) throws IOException
Portable
readPortable
in interface Portable
reader
- PortableReader
IOException
public String toString()
toString
in class Object
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |