Where Am I? Class Hierarchy All Classes All Fields and Methods

Class com.ibm.ivj.util.base.IvjExportException

java.lang.Object
   |
   +----java.lang.Throwable
           |
           +----java.lang.Exception
                   |
                   +----com.ibm.ivj.util.base.IvjException
                           |
                           +----com.ibm.ivj.util.base.IvjExportException

public class IvjExportException
extends IvjException

This exception is thrown on export operations.


Constructor Index

IvjExportException(String)
IvjExportException constructor.
IvjExportException(String, String[])
IvjExportException constructor.

Constructors

IvjExportException
 public IvjExportException(String message)
IvjExportException constructor.

Parameters:
message - java.lang.String error message
IvjExportException
 public IvjExportException(String message,
                           String errors[])
IvjExportException constructor.

Parameters:
message - java.lang.String error message
errors - java.lang.String[] error details

Where Am I? Class Hierarchy All Classes All Fields and Methods