Class TransferItemNotValidException

All Implemented Interfaces:
MessageListHolder, Serializable

public class TransferItemNotValidException extends ApplicationBaseException
Exception class for handling invalid exception.
See Also:
  • Constructor Details

    • TransferItemNotValidException

      public TransferItemNotValidException(String string)
      Constructor.
      Parameters:
      string - explaining the problem
    • TransferItemNotValidException

      public TransferItemNotValidException(String msg, Throwable rootCause)
      Constructor.
      Parameters:
      msg - string describing the problem
      rootCause - to keep the stack trace