Package com.suse.salt.netapi.exception
Class SaltUserUnauthorizedException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- com.suse.salt.netapi.exception.SaltException
-
- com.suse.salt.netapi.exception.SaltUserUnauthorizedException
-
- All Implemented Interfaces:
java.io.Serializable
public class SaltUserUnauthorizedException extends SaltException
Exception for when a user is logged in but not allowed access to the requested resource.- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description SaltUserUnauthorizedException(java.lang.String message)
-