public static class ErrorNotifiable.Util
extends java.lang.Object
Constructor and Description |
---|
Util() |
Modifier and Type | Method and Description |
---|---|
static void |
alertAll(SSHException error,
java.util.Collection<? extends ErrorNotifiable> notifiables)
Notify all
notifiables of given error . |
static void |
alertAll(SSHException error,
ErrorNotifiable... notifiables)
Notify all
notifiables of given error . |
public static void alertAll(SSHException error, ErrorNotifiable... notifiables)
notifiables
of given error
.public static void alertAll(SSHException error, java.util.Collection<? extends ErrorNotifiable> notifiables)
notifiables
of given error
.