Package 

Class BorgException.AssimilationException

  • All Implemented Interfaces:
    java.io.Serializable

    
    public final class BorgException.AssimilationException
    extends BorgException
                        

    Thrown when a component fails to initialize.

    Why wrap the original exception?

    • Preserves the original error context

    • Adds initialization-specific context

    • Maintains exception hierarchy

    • Enables detailed error reporting

    Common causes:

    • Configuration errors

    • Resource access failures

    • Network connectivity issues

    • Invalid component state

    • Method Summary

      Modifier and Type Method Description
      Throwable getCause()
      final Class<?> getDrone()
      String getMessage()
      • Methods inherited from class java.lang.Exception

        addSuppressed, fillInStackTrace, getLocalizedMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait