org.objectweb.dream.protocol
Class ExportException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.io.IOException
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
Methods inherited from class java.lang.Throwable |
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
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.