org.apache.maven.dotnet
Class InitializationException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by org.apache.maven.dotnet.InitializationException
All Implemented Interfaces:
java.io.Serializable

public class InitializationException
extends java.lang.Exception

Exception thrown on initialization errors.

Author:
Shane Isbell
See Also:
Serialized Form

Constructor Summary
InitializationException()
          Constructs an InitializationException with no exception message.
InitializationException(java.lang.String message)
          Constructs an InitializationException with the specified exception message.
InitializationException(java.lang.String message, java.lang.Throwable cause)
          Constructs an InitializationException with the specified exception message and cause of the exception.
InitializationException(java.lang.Throwable cause)
          Constructs an InitializationException with the cause of the exception.
 
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

InitializationException

public InitializationException()
Constructs an InitializationException with no exception message.


InitializationException

public InitializationException(java.lang.String message)
Constructs an InitializationException with the specified exception message.

Parameters:
message - the exception message

InitializationException

public InitializationException(java.lang.String message,
                               java.lang.Throwable cause)
Constructs an InitializationException with the specified exception message and cause of the exception.

Parameters:
message - the exception message
cause - the cause of the exception

InitializationException

public InitializationException(java.lang.Throwable cause)
Constructs an InitializationException with the cause of the exception.

Parameters:
cause - the cause of the exception


Copyright © 2007 NMaven. All Rights Reserved.