org.openrdf.http.protocol
Class UnauthorizedException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by org.openrdf.OpenRDFException
              extended by org.openrdf.sail.SailException
                  extended by org.openrdf.repository.RepositoryException
                      extended by org.openrdf.query.QueryEvaluationException
                          extended by org.openrdf.store.StoreException
                              extended by org.openrdf.http.protocol.UnauthorizedException
All Implemented Interfaces:
Serializable

public class UnauthorizedException
extends StoreException

See Also:
Serialized Form

Constructor Summary
UnauthorizedException()
           
UnauthorizedException(String msg)
           
UnauthorizedException(String msg, Throwable t)
           
UnauthorizedException(Throwable t)
           
 
Method Summary
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

UnauthorizedException

public UnauthorizedException()

UnauthorizedException

public UnauthorizedException(String msg)

UnauthorizedException

public UnauthorizedException(Throwable t)

UnauthorizedException

public UnauthorizedException(String msg,
                             Throwable t)


Copyright © 2001-2009 Aduna. All Rights Reserved.