| Constructor and Description |
|---|
GenericError() |
GenericError(String name,
String message,
int type) |
GenericError(String name,
String message,
String details,
int type) |
| Modifier and Type | Method and Description |
|---|---|
int |
getClassId() |
String |
getDetails() |
int |
getFactoryId() |
String |
getMessage() |
String |
getName() |
int |
getType() |
void |
readPortable(PortableReader reader) |
String |
toString() |
void |
writePortable(PortableWriter writer) |
public int getFactoryId()
getFactoryId in interface Portablepublic int getClassId()
getClassId in interface Portablepublic String getName()
public String getMessage()
public String getDetails()
public int getType()
public void writePortable(PortableWriter writer) throws IOException
writePortable in interface PortableIOExceptionpublic void readPortable(PortableReader reader) throws IOException
readPortable in interface PortableIOExceptionCopyright © 2014 Hazelcast, Inc.. All Rights Reserved.