java.io
Class WriteAbortedException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by java.io.IOException
              extended by java.io.ObjectStreamException
                  extended by java.io.WriteAbortedException
All Implemented Interfaces:
Serializable

public class WriteAbortedException
extends ObjectStreamException

See Also:
Serialized Form

Field Summary
 Exception detail
           
 
Constructor Summary
WriteAbortedException(String var0, Exception var1)
           
 
Method Summary
 String getMessage()
           
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getLocalizedMessage, printStackTrace, printStackTrace, printStackTrace, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

detail

public Exception detail
Constructor Detail

WriteAbortedException

public WriteAbortedException(String var0,
                             Exception var1)
Method Detail

getMessage

public String getMessage()
Overrides:
getMessage in class Throwable


Copyright © 2006-2010 OSGi Alliance. All Rights Reserved.