org.apache.maven.mae.boot.services
Class UnauthorizedServiceException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by org.apache.maven.mae.MAEException
              extended by org.apache.maven.mae.boot.embed.MAEEmbeddingException
                  extended by org.apache.maven.mae.boot.services.UnauthorizedServiceException
All Implemented Interfaces:
Serializable

public class UnauthorizedServiceException
extends MAEEmbeddingException

See Also:
Serialized Form

Constructor Summary
UnauthorizedServiceException(Class<?> service)
           
UnauthorizedServiceException(Class<?> service, String hint)
           
 
Method Summary
 
Methods inherited from class org.apache.maven.mae.MAEException
getLocalizedMessage, getMessage
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getCause, 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

UnauthorizedServiceException

public UnauthorizedServiceException(Class<?> service)

UnauthorizedServiceException

public UnauthorizedServiceException(Class<?> service,
                                    String hint)


Copyright © 2002-2011 The Apache Software Foundation. All Rights Reserved.