com.interstarinc.xmedius.sendfax
Class EmptyFaxException
java.lang.Object
java.lang.Throwable
java.lang.Exception
com.interstarinc.xmedius.sendfax.FaxException
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
| 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
EmptyFaxException
public EmptyFaxException()
EmptyFaxException
public EmptyFaxException(String arg0)
EmptyFaxException
public EmptyFaxException(Throwable arg0)
EmptyFaxException
public EmptyFaxException(String arg0,
Throwable arg1)