org.objectweb.dream.protocol
Class ExportException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by java.io.IOException
              extended by org.objectweb.dream.protocol.ExportException
All Implemented Interfaces:
Serializable

public class ExportException
extends IOException

Exception thrown when an export can't be done.

See Also:
Serialized Form

Constructor Summary
ExportException()
           
ExportException(String message)
           
ExportException(String message, Throwable cause)
          Creates an exception caused by another exception.
 
Method Summary
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

ExportException

public ExportException()
See Also:
Exception.Exception()

ExportException

public ExportException(String message)
See Also:
Exception.Exception(String)

ExportException

public ExportException(String message,
                       Throwable cause)
Creates an exception caused by another exception.

Parameters:
message - the detail message.
cause - a throwable that cause this exception.
See Also:
Exception.Exception(java.lang.String)


Copyright © 2003, 2005 - INRIA Rhone-Alpes - All Rights Reserved.