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: 570629 $ $Date: 2007-08-29 06:09:36 +0200 (Mi, 29. Aug 2007) $
- 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-2011 The Apache OpenEJB development community. All Rights Reserved.