org.objectweb.jonathan.apis.binding
Class ExportException
java.lang.Object
|
+--java.lang.Throwable
|
+--java.lang.Exception
|
+--org.objectweb.jonathan.apis.kernel.JonathanException
|
+--org.objectweb.jonathan.apis.binding.ExportException
- All Implemented Interfaces:
- Serializable
- public class ExportException
- extends JonathanException
ExportException is a checked exception that an interface could not be
exported for some reason.
- See Also:
- Serialized Form
ExportException
public ExportException()
- Constructs a new ExportException with no detail message.
ExportException
public ExportException(String s)
- Builds an ExportException with a detail message.
ExportException
public ExportException(Exception exception)
- Builds a ExportException that wraps another exception.