com.interstarinc.xmedius.sendfax
Class FaxException
java.lang.Object
java.lang.Throwable
java.lang.Exception
com.interstarinc.xmedius.sendfax.FaxException
- All Implemented Interfaces:
- Serializable
- Direct Known Subclasses:
- CoverSheetIntegrityException, EmptyFaxException, FaxOptionsException, FaxServerNotAvailableException, InvalidFaxNumberException, InvalidProcessingOptionsException, NoRecipientException
public class FaxException
- extends Exception
The mother of all fax exceptions.
- Version:
- $Revision: 1.5 $
- Author:
- André Morin
- See Also:
Fax.toXML(com.interstarinc.xmedius.sendfax.model.IFaxModel, java.io.OutputStream),
Serialized Form
| Methods inherited from class java.lang.Throwable |
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
serialVersionUID
private static final long serialVersionUID
- See Also:
- Constant Field Values
FaxException
public FaxException()
FaxException
public FaxException(String arg0)
FaxException
public FaxException(Throwable arg0)
FaxException
public FaxException(String arg0,
Throwable arg1)