- SepaParseException - Exception in org.streampipes.commons.exceptions
-
- SepaParseException() - Constructor for exception org.streampipes.commons.exceptions.SepaParseException
-
- setServerUrl(String) - Method in exception org.streampipes.commons.exceptions.RemoteServerNotAccessibleException
-
- SpException - Exception in org.streampipes.commons.exceptions
-
- SpException(String) - Constructor for exception org.streampipes.commons.exceptions.SpException
-
Creates a new Exception with the given message and null as the cause.
- SpException(Throwable) - Constructor for exception org.streampipes.commons.exceptions.SpException
-
Creates a new exception with a null message and the given cause.
- SpException(String, Throwable) - Constructor for exception org.streampipes.commons.exceptions.SpException
-
Creates a new exception with the given message and cause
- SpRuntimeException - Exception in org.streampipes.commons.exceptions
-
- SpRuntimeException(String) - Constructor for exception org.streampipes.commons.exceptions.SpRuntimeException
-
Creates a new Exception with the given message and null as the cause.
- SpRuntimeException(Throwable) - Constructor for exception org.streampipes.commons.exceptions.SpRuntimeException
-
Creates a new exception with a null message and the given cause.
- SpRuntimeException(String, Throwable) - Constructor for exception org.streampipes.commons.exceptions.SpRuntimeException
-
Creates a new exception with the given message and cause