Class BuddyPluginTimeoutException

    • Field Summary

      Fields 
      Modifier and Type Field Description
      private boolean was_active  
    • Constructor Summary

      Constructors 
      Modifier Constructor Description
      protected BuddyPluginTimeoutException​(java.lang.String str, boolean active)  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      protected boolean wasActive()  
      • 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
    • Field Detail

      • was_active

        private boolean was_active
    • Constructor Detail

      • BuddyPluginTimeoutException

        protected BuddyPluginTimeoutException​(java.lang.String str,
                                              boolean active)
    • Method Detail

      • wasActive

        protected boolean wasActive()