com.interstarinc.xmedius.sendfax
Class FaxException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by 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

Field Summary
private static long serialVersionUID
           
 
Constructor Summary
FaxException()
           
FaxException(String arg0)
           
FaxException(String arg0, Throwable arg1)
           
FaxException(Throwable arg0)
           
 
Method Summary
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

serialVersionUID

private static final long serialVersionUID
See Also:
Constant Field Values
Constructor Detail

FaxException

public FaxException()

FaxException

public FaxException(String arg0)

FaxException

public FaxException(Throwable arg0)

FaxException

public FaxException(String arg0,
                    Throwable arg1)