Class ImpExException

All Implemented Interfaces:
Serializable
Direct Known Subclasses:
AmbiguousItemException, HeaderValidationException, InsufficientDataException, ItemConflictException, UnresolvedValueException

public class ImpExException extends JaloBusinessException
Base class of all ImpEx exceptions. Is thrown if an error occurs within the processing of an ImpEx script.
See Also:
  • Constructor Details

    • ImpExException

      public ImpExException(Throwable nested, String message, int errorCode)
      Creates a new exception thrown by ImpEx extension.
      Parameters:
      nested - exception which has caused this cause
      message - description of error
      errorCode - specific error code
    • ImpExException

      public ImpExException(String message, int errorCode)
      Creates a new exception thrown by ImpEx extension.
      Parameters:
      message - description of error
      errorCode - specific error code
    • ImpExException

      public ImpExException(Throwable nested, int errorCode)
      Creates a new exception thrown by ImpEx extension.
      Parameters:
      nested - exception which has caused this cause
      errorCode - specific error code
    • ImpExException

      public ImpExException(Throwable nested)
      Creates a new exception thrown by ImpEx extension.
      Parameters:
      nested - exception which has caused this cause
    • ImpExException

      public ImpExException(String message)
      Creates a new exception thrown by ImpEx extension.
      Parameters:
      message - description of error