| Constructor and Description |
|---|
GenericError() |
GenericError(String message,
int type) |
GenericError(String message,
String details,
int type) |
| Modifier and Type | Method and Description |
|---|---|
int |
getClassId() |
String |
getDetails() |
int |
getFactoryId() |
String |
getMessage() |
int |
getType() |
void |
readPortable(PortableReader reader) |
String |
toString() |
void |
writePortable(PortableWriter writer) |
public GenericError()
public GenericError(String message, int type)
public int getFactoryId()
getFactoryId in interface Portablepublic int getClassId()
getClassId in interface Portablepublic 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 © 2017 Hazelcast, Inc.. All Rights Reserved.