Uses of Class
com.suse.salt.netapi.exception.SaltException
-
Packages that use SaltException Package Description com.suse.salt.netapi.client 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.event
Constructors in com.suse.salt.netapi.event that throw SaltException Constructor Description WebSocketEventStream(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)
-