org.melati.poem
Class DatabaseInitialisationPoemException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
org.melati.poem.PoemException
org.melati.poem.DatabaseInitialisationPoemException
- All Implemented Interfaces:
- java.io.Serializable
public class DatabaseInitialisationPoemException
- extends PoemException
- Since:
- 2 Feb 2007
- Author:
- timp
- See Also:
- Serialized Form
|
Field Summary |
java.lang.String |
name
The name of the database. |
|
Method Summary |
java.lang.String |
getMessage()
The detail message which may be null. |
| Methods inherited from class java.lang.Throwable |
fillInStackTrace, getCause, getLocalizedMessage, getStackTrace, setStackTrace, toString |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
name
public java.lang.String name
- The name of the database.
DatabaseInitialisationPoemException
public DatabaseInitialisationPoemException(java.lang.Exception subException)
- Constructor.
- Parameters:
subException -
DatabaseInitialisationPoemException
public DatabaseInitialisationPoemException()
- Constructor.
DatabaseInitialisationPoemException
public DatabaseInitialisationPoemException(java.lang.String name,
java.lang.Exception subException)
- Constructor.
- Parameters:
message - subException -
DatabaseInitialisationPoemException
public DatabaseInitialisationPoemException(java.lang.String message)
- Constructor.
- Parameters:
message -
getMessage
public java.lang.String getMessage()
- Description copied from class:
PoemException
- The detail message which may be null.
- Overrides:
getMessage in class PoemException
- Returns:
- The detail message.
- See Also:
Throwable.getMessage()
Copyright © 2000-2009 PanEris. All Rights Reserved.