Package org.eclipse.rdf4j.http.protocol
Class UnauthorizedException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- java.lang.RuntimeException
-
- org.eclipse.rdf4j.common.exception.RDF4JException
-
- org.eclipse.rdf4j.repository.RepositoryException
-
- org.eclipse.rdf4j.http.protocol.UnauthorizedException
-
- All Implemented Interfaces:
Serializable
public class UnauthorizedException extends RepositoryException
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description UnauthorizedException()
UnauthorizedException(String msg)
UnauthorizedException(String msg, Throwable t)
UnauthorizedException(Throwable t)
-
Method Summary
-
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
-