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:
 Serializable,CleanableFailure
Exception thrown on HTTP 401 Unauthorized. The user is either not authenticated or failed
 authorization checks.
- See Also:
 
- 
Constructor Summary
ConstructorsConstructorDescriptionNotAuthorizedException(String message, Object... args) NotAuthorizedException(Throwable cause, String message, Object... args)  - 
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString 
- 
Constructor Details
- 
NotAuthorizedException
 - 
NotAuthorizedException
 
 -