org.eclipse.jgit.transport.resolver
Class ServiceNotAuthorizedException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by org.eclipse.jgit.transport.resolver.ServiceNotAuthorizedException
All Implemented Interfaces:
Serializable

public class ServiceNotAuthorizedException
extends Exception

Indicates the request service is not authorized for current user.

See Also:
Serialized Form

Constructor Summary
ServiceNotAuthorizedException()
          Indicates the request service is not available.
 
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

ServiceNotAuthorizedException

public ServiceNotAuthorizedException()
Indicates the request service is not available.



Copyright © 2012. All Rights Reserved.