com.im.commons.db
Class InitializationException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
com.im.commons.db.InitializationException
- All Implemented Interfaces:
- Serializable
public class InitializationException
- extends RuntimeException
- See Also:
- Serialized Form
| Methods inherited from class java.lang.Throwable |
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
InitializationException
public InitializationException()
- Creates a new instance of
InitializationException without detail message.
InitializationException
public InitializationException(String msg)
- Constructs an instance of
InitializationException with the specified detail message.
- Parameters:
msg - The detail message.
InitializationException
public InitializationException(String msg,
Throwable t)