com.interstarinc.xmedius.sendfax
Class InvalidProcessingOptionsException

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.InvalidProcessingOptionsException
All Implemented Interfaces:
Serializable

public class InvalidProcessingOptionsException
extends FaxException

The fax exception thrown whenever a processing option is invalid.

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

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

InvalidProcessingOptionsException

public InvalidProcessingOptionsException()

InvalidProcessingOptionsException

public InvalidProcessingOptionsException(String arg0)

InvalidProcessingOptionsException

public InvalidProcessingOptionsException(Throwable arg0)

InvalidProcessingOptionsException

public InvalidProcessingOptionsException(String arg0,
                                         Throwable arg1)