org.apache.openejb.client
Class ThrowableArtifact
java.lang.Object
org.apache.openejb.client.ThrowableArtifact
- All Implemented Interfaces:
- Externalizable, Serializable
public class ThrowableArtifact
- extends Object
- implements Externalizable
- Version:
- $Revision: 1296892 $ $Date: 2012-03-04 14:55:51 -0800 (Sun, 04 Mar 2012) $
- See Also:
- Serialized Form
ThrowableArtifact
public ThrowableArtifact(Throwable throwable)
ThrowableArtifact
public ThrowableArtifact()
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
getThrowable
public Throwable getThrowable()
toString
public String toString()
- Overrides:
toString in class Object
Copyright © 1999-2012 The Apache Software Foundation. All Rights Reserved.