org.apache.openejb.client
Class ThrowableArtifact

java.lang.Object
  extended by org.apache.openejb.client.ThrowableArtifact
All Implemented Interfaces:
java.io.Externalizable, java.io.Serializable

public class ThrowableArtifact
extends java.lang.Object
implements java.io.Externalizable

Version:
$Revision: 570629 $ $Date: 2007-08-29 06:09:36 +0200 (Mi, 29. Aug 2007) $
See Also:
Serialized Form

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

Constructor Detail

ThrowableArtifact

public ThrowableArtifact(java.lang.Throwable throwable)

ThrowableArtifact

public ThrowableArtifact()
Method Detail

writeExternal

public void writeExternal(java.io.ObjectOutput out)
                   throws java.io.IOException
Specified by:
writeExternal in interface java.io.Externalizable
Throws:
java.io.IOException

readExternal

public void readExternal(java.io.ObjectInput in)
                  throws java.io.IOException,
                         java.lang.ClassNotFoundException
Specified by:
readExternal in interface java.io.Externalizable
Throws:
java.io.IOException
java.lang.ClassNotFoundException

getThrowable

public java.lang.Throwable getThrowable()

toString

public java.lang.String toString()
Overrides:
toString in class java.lang.Object


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