Uses of Class
com.suse.salt.netapi.exception.SaltException
-
Packages that use SaltException Package Description com.suse.salt.netapi.client com.suse.salt.netapi.client.impl com.suse.salt.netapi.event com.suse.salt.netapi.exception com.suse.salt.netapi.utils -
-
Uses of SaltException in com.suse.salt.netapi.client
Methods in com.suse.salt.netapi.client that throw SaltException Modifier and Type Method Description WebSocketEventStream
SaltClient. events(Token token, long sessionIdleTimeout, long idleTimeout, int maxMsgSize, EventListener... listeners)
Returns a WebSocket @ClientEndpoint annotated object connected to the /ws ServerEndpoint. -
Uses of SaltException in com.suse.salt.netapi.client.impl
Methods in com.suse.salt.netapi.client.impl that return SaltException Modifier and Type Method Description private SaltException
HttpAsyncClientImpl. createSaltException(org.apache.http.HttpResponse response)
Create the appropriate exception for the given HTTP response. -
Uses of SaltException in com.suse.salt.netapi.event
Methods in com.suse.salt.netapi.event that throw SaltException Modifier and Type Method Description private void
WebSocketEventStream. initializeStream(java.net.URI uri, Token token, long sessionIdleTimeout, long idleTimeout)
Connect the WebSocket to the server pointing to /ws/{token} to receive events.Constructors in com.suse.salt.netapi.event that throw SaltException Constructor Description WebSocketEventStream(java.net.URI uri, Token token, long sessionIdleTimeout, long idleTimeout, int maxMsgSize, EventListener... listeners)
Constructor used to create an event stream: open a websocket connection and start event processing. -
Uses of SaltException in com.suse.salt.netapi.exception
Subclasses of SaltException in com.suse.salt.netapi.exception Modifier and Type Class Description class
MessageTooBigException
Exception to be thrown in case of a websocket message exceeding the configurable maximum message length.class
SaltUserUnauthorizedException
Exception for when a user is logged in but not allowed access to the requested resource. -
Uses of SaltException in com.suse.salt.netapi.utils
Methods in com.suse.salt.netapi.utils that throw SaltException Modifier and Type Method Description R
FunctionE. apply(T t)
-