Uses of Interface
org.glassfish.hk2.runlevel.ErrorInformation
-
Packages that use ErrorInformation Package Description org.glassfish.hk2.runlevel org.glassfish.hk2.runlevel.internal -
-
Uses of ErrorInformation in org.glassfish.hk2.runlevel
Methods in org.glassfish.hk2.runlevel with parameters of type ErrorInformation Modifier and Type Method Description voidRunLevelListener. onError(RunLevelFuture currentJob, ErrorInformation errorInformation)Called when a service throws an exception during a proceedTo operation -
Uses of ErrorInformation in org.glassfish.hk2.runlevel.internal
Classes in org.glassfish.hk2.runlevel.internal that implement ErrorInformation Modifier and Type Class Description classErrorInformationImplMethods in org.glassfish.hk2.runlevel.internal that return ErrorInformation Modifier and Type Method Description private static ErrorInformationCurrentTaskFuture. invokeOnError(CurrentTaskFuture job, java.lang.Throwable th, ErrorInformation.ErrorAction action, java.util.List<ServiceHandle<RunLevelListener>> listeners, Descriptor descriptor)
-