com.groovemanager.exception
Class InitException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by com.groovemanager.exception.InitException
All Implemented Interfaces:
java.io.Serializable

public class InitException
extends java.lang.Exception

This Exception should be thrown, if any kind of initialization fails.

Author:
Manu Robledo
See Also:
Serialized Form

Constructor Summary
InitException()
          Create a new InitException
InitException(java.lang.String message)
          Create a new InitException
InitException(java.lang.String message, java.lang.Throwable cause)
          Create a new InitException
InitException(java.lang.Throwable cause)
          Create a new InitException
 
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

InitException

public InitException()
Create a new InitException


InitException

public InitException(java.lang.String message)
Create a new InitException

Parameters:
message - The message describing the cause

InitException

public InitException(java.lang.String message,
                     java.lang.Throwable cause)
Create a new InitException

Parameters:
message - The message describing the cause
cause - The Throwable that caused this Exception to be thrown

InitException

public InitException(java.lang.Throwable cause)
Create a new InitException

Parameters:
cause - The Throwable that caused this Exception to be thrown