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:
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(String message)
-
Method Summary
-
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
-
-
-
Constructor Detail
-
SaltUserUnauthorizedException
public SaltUserUnauthorizedException(String message)
-
-