Package io.pravega.auth
Class AuthException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- java.lang.RuntimeException
-
- io.pravega.auth.AuthException
-
- All Implemented Interfaces:
java.io.Serializable
- Direct Known Subclasses:
AuthenticationException,AuthorizationException,TokenException
public abstract class AuthException extends java.lang.RuntimeException- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description AuthException(java.lang.Exception e, int responseCode)AuthException(java.lang.String message, int responseCode)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description intgetResponseCode()
-