Class NoConnectionException

  • All Implemented Interfaces:
    java.io.Serializable

    public class NoConnectionException
    extends java.lang.Exception
    This 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
    • Method Summary

      • Methods inherited from class java.lang.Throwable

        addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, 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

      • NoConnectionException

        public NoConnectionException()
      • NoConnectionException

        public NoConnectionException​(java.lang.Throwable cause)