com.iona.corbautil
Class ImportExportException

java.lang.Object
  |
  +--java.lang.Throwable
        |
        +--java.lang.Exception
              |
              +--com.iona.corbautil.ImportExportException
All Implemented Interfaces:
java.io.Serializable

public class ImportExportException
extends java.lang.Exception

This exception class is used to hold exception messages for use with the ImportExport class.

See Also:
Serialized Form

Constructor Summary
ImportExportException(java.lang.String message)
          Create an exception with the specified message.
 
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

ImportExportException

public ImportExportException(java.lang.String message)
Create an exception with the specified message.

Parameters:
message - The message.