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