it.eng.spagobi.engines.dossier.exceptions
Class OpenOfficeConnectionException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by it.eng.spagobi.engines.dossier.exceptions.OpenOfficeConnectionException
All Implemented Interfaces:
java.io.Serializable

public class OpenOfficeConnectionException
extends java.lang.Exception

See Also:
Serialized Form

Constructor Summary
OpenOfficeConnectionException()
          Instantiates a new open office connection exception.
OpenOfficeConnectionException(java.lang.String message)
          Instantiates a new open office connection exception.
OpenOfficeConnectionException(java.lang.String message, java.lang.Throwable cause)
          Instantiates a new open office connection exception.
OpenOfficeConnectionException(java.lang.Throwable cause)
          Instantiates a new open office connection exception.
 
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
 

Constructor Detail

OpenOfficeConnectionException

public OpenOfficeConnectionException()
Instantiates a new open office connection exception.


OpenOfficeConnectionException

public OpenOfficeConnectionException(java.lang.String message)
Instantiates a new open office connection exception.

Parameters:
message - the message

OpenOfficeConnectionException

public OpenOfficeConnectionException(java.lang.String message,
                                     java.lang.Throwable cause)
Instantiates a new open office connection exception.

Parameters:
message - the message
cause - the cause

OpenOfficeConnectionException

public OpenOfficeConnectionException(java.lang.Throwable cause)
Instantiates a new open office connection exception.

Parameters:
cause - the cause