public class ThrowableArtifact extends Object implements Externalizable
| Constructor and Description |
|---|
ThrowableArtifact() |
ThrowableArtifact(Throwable throwable) |
| Modifier and Type | Method and Description |
|---|---|
Throwable |
getThrowable() |
void |
readExternal(ObjectInput in) |
void |
setMetaData(ProtocolMetaData metaData) |
String |
toString() |
void |
writeExternal(ObjectOutput out) |
public ThrowableArtifact(Throwable throwable)
public ThrowableArtifact()
public void setMetaData(ProtocolMetaData metaData)
public void writeExternal(ObjectOutput out) throws IOException
writeExternal in interface ExternalizableIOExceptionpublic void readExternal(ObjectInput in) throws IOException, ClassNotFoundException
readExternal in interface ExternalizableIOExceptionClassNotFoundExceptionpublic Throwable getThrowable()
Copyright © 1999-2014 The Apache Software Foundation. All Rights Reserved.