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 Externalizable
IOException
public void readExternal(ObjectInput in) throws IOException, ClassNotFoundException
readExternal
in interface Externalizable
IOException
ClassNotFoundException
public String getMessage()
Copyright © 2001–2016 JBoss by Red Hat. All rights reserved.