org.apache.openejb.client
Class ThrowableArtifact

java.lang.Object
  extended by 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

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

Constructor Detail

ThrowableArtifact

public ThrowableArtifact(Throwable throwable)

ThrowableArtifact

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

getThrowable

public Throwable getThrowable()

toString

public String toString()
Overrides:
toString in class Object


Copyright © 1999-2013 The Apache OpenEJB development community. All Rights Reserved.