com.interstarinc.xmedius.sendfax
Class CoverSheetIntegrityException
java.lang.Object
java.lang.Throwable
java.lang.Exception
com.interstarinc.xmedius.sendfax.FaxException
com.interstarinc.xmedius.sendfax.CoverSheetIntegrityException
- All Implemented Interfaces:
- Serializable
public class CoverSheetIntegrityException
- extends FaxException
The fax exception thrown when the model properties coverSheet and coverSheetType are incoherent.
- Version:
- $Revision: 1.5 $
- Author:
- André Morin
- See Also:
Fax.toXML(com.interstarinc.xmedius.sendfax.model.IFaxModel, java.io.OutputStream),
IFaxModel.getCoverSheet(),
IFaxModel.getCoverSheetType(),
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
coverSheetMustBeNull
private boolean coverSheetMustBeNull
- This boolean explains the inconsistency between the cover sheet and its type.
CoverSheetIntegrityException
public CoverSheetIntegrityException()
CoverSheetIntegrityException
public CoverSheetIntegrityException(String arg0)
CoverSheetIntegrityException
public CoverSheetIntegrityException(Throwable arg0)
CoverSheetIntegrityException
public CoverSheetIntegrityException(String arg0,
Throwable arg1)
isCoverSheetMustBeNull
public boolean isCoverSheetMustBeNull()
setCoverSheetMustBeNull
public void setCoverSheetMustBeNull(boolean coverSheetMustBeNull)