Package org.apache.iceberg.exceptions
Class NotAuthorizedException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- java.lang.RuntimeException
-
- org.apache.iceberg.exceptions.RESTException
-
- org.apache.iceberg.exceptions.NotAuthorizedException
-
- All Implemented Interfaces:
java.io.Serializable
public class NotAuthorizedException extends RESTException
Exception thrown on HTTP 401 Unauthorized. The user is either not authenticated or failed authorization checks.- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description NotAuthorizedException(java.lang.String message, java.lang.Object... args)
NotAuthorizedException(java.lang.Throwable cause, java.lang.String message, java.lang.Object... args)
-