org.jbpm.services.task.exception
Class TaskError
java.lang.Object
org.jbpm.services.task.exception.TaskError
- All Implemented Interfaces:
- Externalizable, Serializable
public class TaskError
- extends Object
- implements Externalizable
- See Also:
- Serialized Form
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
TaskError
public TaskError()
TaskError
public TaskError(String msg)
writeExternal
public void writeExternal(ObjectOutput out)
throws IOException
- Specified by:
writeExternal
in interface Externalizable
- Throws:
IOException
readExternal
public void readExternal(ObjectInput in)
throws IOException,
ClassNotFoundException
- Specified by:
readExternal
in interface Externalizable
- Throws:
IOException
ClassNotFoundException
getMessage
public String getMessage()
Copyright © 2001-2013 JBoss by Red Hat. All Rights Reserved.