jBPM distribution 6.0.0.Alpha9

org.jbpm.task.service
Class TaskError

java.lang.Object
  extended by org.jbpm.task.service.TaskError
All Implemented Interfaces:
Externalizable, Serializable

public class TaskError
extends Object
implements Externalizable

See Also:
Serialized Form

Constructor Summary
TaskError()
           
TaskError(String msg)
           
 
Method Summary
 String getMessage()
           
 void readExternal(ObjectInput in)
           
 void writeExternal(ObjectOutput out)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

TaskError

public TaskError()

TaskError

public TaskError(String msg)
Method Detail

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()

jBPM distribution 6.0.0.Alpha9

Copyright © 2001-2013 JBoss by Red Hat. All Rights Reserved.