|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
com.essbase.eas.essbase.defs.DuplicateDatabaseException
public class DuplicateDatabaseException
Exception that can be thrown when attempting to add databases to applications that already contain an application with the same name.
| Constructor Summary | |
|---|---|
DuplicateDatabaseException() |
|
DuplicateDatabaseException(Database db) |
|
DuplicateDatabaseException(java.lang.String s) |
|
| Method Summary | |
|---|---|
Database |
getDatabase() |
| 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 |
|---|
public DuplicateDatabaseException()
public DuplicateDatabaseException(Database db)
public DuplicateDatabaseException(java.lang.String s)
| Method Detail |
|---|
public Database getDatabase()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||