Package com.firecrawl.errors
Class AuthenticationException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- java.lang.RuntimeException
-
- com.firecrawl.errors.FirecrawlException
-
- com.firecrawl.errors.AuthenticationException
-
- All Implemented Interfaces:
java.io.Serializable
public class AuthenticationException extends FirecrawlException
Thrown when the API returns a 401 Unauthorized response.- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description AuthenticationException(java.lang.String message)AuthenticationException(java.lang.String message, java.lang.String errorCode, java.lang.Object details)
-
Method Summary
-
Methods inherited from class com.firecrawl.errors.FirecrawlException
getDetails, getErrorCode, getStatusCode
-
-