Package io.pravega.auth
Class AuthorizationException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- java.lang.RuntimeException
-
- io.pravega.auth.AuthException
-
- io.pravega.auth.AuthorizationException
-
- All Implemented Interfaces:
java.io.Serializable
public class AuthorizationException extends AuthException
Exception thrown when there is any error during authorization.- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description AuthorizationException(java.lang.Exception e)AuthorizationException(java.lang.Exception e, int responseCode)AuthorizationException(java.lang.String message)AuthorizationException(java.lang.String message, int responseCode)
-
Method Summary
-
Methods inherited from class io.pravega.auth.AuthException
getResponseCode
-
-
-
-
Constructor Detail
-
AuthorizationException
public AuthorizationException(java.lang.String message)
-
AuthorizationException
public AuthorizationException(java.lang.String message, int responseCode)
-
AuthorizationException
public AuthorizationException(java.lang.Exception e)
-
AuthorizationException
public AuthorizationException(java.lang.Exception e, int responseCode)
-
-