Package com.sun.star.comp.beans
Class NoConnectionException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- com.sun.star.comp.beans.NoConnectionException
-
- All Implemented Interfaces:
java.io.Serializable
public class NoConnectionException extends java.lang.ExceptionThis exception is called when a method is called which needs an established connection but no connection is established yet.- Since:
- OOo 2.0.0
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description NoConnectionException()NoConnectionException(java.lang.Throwable cause)
-