org.apache.maven.mae.boot.embed
Class MAEEmbeddingException

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
All Implemented Interfaces:
Serializable
Direct Known Subclasses:
UnauthorizedServiceException

public class MAEEmbeddingException
extends MAEException

See Also:
Serialized Form

Constructor Summary
MAEEmbeddingException(String message)
           
MAEEmbeddingException(String message, Object... params)
           
MAEEmbeddingException(String message, Throwable cause)
           
MAEEmbeddingException(String message, Throwable cause, Object... params)
           
 
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

MAEEmbeddingException

public MAEEmbeddingException(String message,
                             Throwable cause)

MAEEmbeddingException

public MAEEmbeddingException(String message)

MAEEmbeddingException

public MAEEmbeddingException(String message,
                             Throwable cause,
                             Object... params)

MAEEmbeddingException

public MAEEmbeddingException(String message,
                             Object... params)


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