public class TaskError extends Object implements Externalizable
| Modifier and Type | Method and Description |
|---|---|
String |
getMessage() |
void |
readExternal(ObjectInput in) |
void |
writeExternal(ObjectOutput out) |
public TaskError()
public TaskError(String msg)
public void writeExternal(ObjectOutput out) throws IOException
writeExternal in interface ExternalizableIOExceptionpublic void readExternal(ObjectInput in) throws IOException, ClassNotFoundException
readExternal in interface ExternalizableIOExceptionClassNotFoundExceptionpublic String getMessage()
Copyright © 2001–2017 JBoss by Red Hat. All rights reserved.