Package de.willuhn.boot
Class SkipServiceException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- de.willuhn.boot.SkipServiceException
-
- All Implemented Interfaces:
java.io.Serializable
public class SkipServiceException extends java.lang.Exception
Eine Exception, die von einem Service bei der Initialisierung geworfen werden kann, wenn diese zwar fehlschlug, sie jedoch nicht dazu fuehren soll, dass der gesamte Boot-Prozess abgebrochen wird.- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description SkipServiceException(Bootable bootable, java.lang.String message)
ct.SkipServiceException(Bootable bootable, java.lang.String message, java.lang.Throwable cause)
ct.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Bootable
getBootable()
Liefert den Dienst, der den Fehler augeloest hat.
-
-
-
Constructor Detail
-
SkipServiceException
public SkipServiceException(Bootable bootable, java.lang.String message)
ct.- Parameters:
bootable
- Dienst, der die Exception ausgeloest hat.message
- Text.
-
SkipServiceException
public SkipServiceException(Bootable bootable, java.lang.String message, java.lang.Throwable cause)
ct.- Parameters:
bootable
- Dienst, der die Exception ausgeloest hat.message
- Text.cause
-
-
-
Method Detail
-
getBootable
public Bootable getBootable()
Liefert den Dienst, der den Fehler augeloest hat.- Returns:
- Dienst.
-
-