-
- 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
-
-
Constructor Summary
Constructors Constructor Description BorgException.AssimilationException(Class<?> drone, Throwable cause)
-
Method Summary
Modifier and Type Method Description ThrowablegetCause()final Class<?>getDrone()StringgetMessage()-
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
-
-