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:
java.io.Serializable
public class UnauthorizedException extends RepositoryException
- See Also:
- Serialized Form
-
-
Field Summary
Fields Modifier and Type Field Description private static long
serialVersionUID
-
Constructor Summary
Constructors Constructor Description UnauthorizedException()
UnauthorizedException(java.lang.String msg)
UnauthorizedException(java.lang.String msg, java.lang.Throwable t)
UnauthorizedException(java.lang.Throwable t)
-
-
-
Field Detail
-
serialVersionUID
private static final long serialVersionUID
- See Also:
- Constant Field Values
-
-
Constructor Detail
-
UnauthorizedException
public UnauthorizedException()
-
UnauthorizedException
public UnauthorizedException(java.lang.String msg)
-
UnauthorizedException
public UnauthorizedException(java.lang.Throwable t)
-
UnauthorizedException
public UnauthorizedException(java.lang.String msg, java.lang.Throwable t)
-
-