Serializable
public class SkipServiceException extends Exception
Constructor | Description |
---|---|
SkipServiceException(Bootable bootable,
String message) |
ct.
|
SkipServiceException(Bootable bootable,
String message,
Throwable cause) |
ct.
|
Modifier and Type | Method | Description |
---|---|---|
Bootable |
getBootable() |
Liefert den Dienst, der den Fehler augeloest hat.
|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
public SkipServiceException(Bootable bootable, String message)
bootable
- Dienst, der die Exception ausgeloest hat.message
- Text.public Bootable getBootable()
Copyright © 2018. All rights reserved.