com.interstarinc.xmedius.sendfax
Class CoverSheetIntegrityException

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.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

Field Summary
private  boolean coverSheetMustBeNull
          This boolean explains the inconsistency between the cover sheet and its type.
private static long serialVersionUID
           
 
Constructor Summary
CoverSheetIntegrityException()
           
CoverSheetIntegrityException(String arg0)
           
CoverSheetIntegrityException(String arg0, Throwable arg1)
           
CoverSheetIntegrityException(Throwable arg0)
           
 
Method Summary
 boolean isCoverSheetMustBeNull()
           
 void setCoverSheetMustBeNull(boolean coverSheetMustBeNull)
           
 
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

coverSheetMustBeNull

private boolean coverSheetMustBeNull
This boolean explains the inconsistency between the cover sheet and its type.

Constructor Detail

CoverSheetIntegrityException

public CoverSheetIntegrityException()

CoverSheetIntegrityException

public CoverSheetIntegrityException(String arg0)

CoverSheetIntegrityException

public CoverSheetIntegrityException(Throwable arg0)

CoverSheetIntegrityException

public CoverSheetIntegrityException(String arg0,
                                    Throwable arg1)
Method Detail

isCoverSheetMustBeNull

public boolean isCoverSheetMustBeNull()

setCoverSheetMustBeNull

public void setCoverSheetMustBeNull(boolean coverSheetMustBeNull)