org.jaffa.components.voucher
Class VoucherGeneratorException
java.lang.Object
java.lang.Throwable
java.lang.Exception
org.jaffa.exceptions.CustomException
org.jaffa.exceptions.FrameworkException
org.jaffa.components.voucher.VoucherGeneratorException
- All Implemented Interfaces:
- Serializable
- public class VoucherGeneratorException
- extends FrameworkException
This exception is thrown if an error occurs during voucher generation. It'll typically wrap a source exception.
- See Also:
- Serialized Form
VoucherGeneratorException
public VoucherGeneratorException()
- Creates an exception with the errorCode.
VoucherGeneratorException
public VoucherGeneratorException(Object[] arguments)
- Creates an exception with the errorCode and a cause.
- Parameters:
arguments - the arguments, if any, that need to be merged into the error message from the resource bundle.
VoucherGeneratorException
public VoucherGeneratorException(Object[] arguments,
Throwable cause)
- Creates an exception with the errorCode and a cause.
- Parameters:
arguments - the arguments, if any, that need to be merged into the error message from the resource bundle.cause - the cause.
Copyright © 2002-2004 JAFFA Project.