com.interstarinc.xmedius.sendfax
Class FaxServerNotAvailableException

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

public class FaxServerNotAvailableException
extends FaxException

See Also:
Serialized Form

Field Summary
private static long serialVersionUID
           
 
Constructor Summary
FaxServerNotAvailableException()
           
FaxServerNotAvailableException(String message)
           
FaxServerNotAvailableException(String message, Throwable cause)
           
FaxServerNotAvailableException(Throwable cause)
           
 
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

FaxServerNotAvailableException

public FaxServerNotAvailableException()

FaxServerNotAvailableException

public FaxServerNotAvailableException(String message)
Parameters:
message - Message for this exception

FaxServerNotAvailableException

public FaxServerNotAvailableException(Throwable cause)
Parameters:
cause - Root cause of this exception

FaxServerNotAvailableException

public FaxServerNotAvailableException(String message,
                                      Throwable cause)
Parameters:
message - Message for this exception
cause - Root cause of this exception