com.interstarinc.xmedius.sendfax
Class EmptyFaxException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by com.interstarinc.xmedius.sendfax.FaxException
              extended by com.interstarinc.xmedius.sendfax.EmptyFaxException
All Implemented Interfaces:
Serializable

public class EmptyFaxException
extends FaxException

The fax exception thrown if the fax is empty.

Version:
$Revision: 1.5 $
Author:
André Morin
See Also:
Fax.toXML(com.interstarinc.xmedius.sendfax.model.IFaxModel, java.io.OutputStream), IFaxModel.getSubject(), Serialized Form

Field Summary
private static long serialVersionUID
           
 
Constructor Summary
EmptyFaxException()
           
EmptyFaxException(String arg0)
           
EmptyFaxException(String arg0, Throwable arg1)
           
EmptyFaxException(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

EmptyFaxException

public EmptyFaxException()

EmptyFaxException

public EmptyFaxException(String arg0)

EmptyFaxException

public EmptyFaxException(Throwable arg0)

EmptyFaxException

public EmptyFaxException(String arg0,
                         Throwable arg1)