|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectjava.lang.Throwable
java.lang.Exception
com.metamatrix.core.MetaMatrixCoreException
com.metamatrix.core.id.InvalidIDException
public class InvalidIDException
Exception which occurs if an error occurs within the server that is not business-related. For instance, if a service or bean is not available or communication fails.
| Constructor Summary | |
|---|---|
InvalidIDException()
No-Arg Constructor |
|
InvalidIDException(java.lang.String message)
Construct an instance of InvalidIDException. |
|
InvalidIDException(java.lang.Throwable e)
Construct an instance of InvalidIDException. |
|
InvalidIDException(java.lang.Throwable e,
java.lang.String message)
Construct an instance of InvalidIDException. |
|
| Method Summary |
|---|
| Methods inherited from class com.metamatrix.core.MetaMatrixCoreException |
|---|
getCause, initCause |
| Methods inherited from class java.lang.Throwable |
|---|
fillInStackTrace, getLocalizedMessage, getMessage, getStackTrace, 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 InvalidIDException()
public InvalidIDException(java.lang.String message)
message - public InvalidIDException(java.lang.Throwable e)
e -
public InvalidIDException(java.lang.Throwable e,
java.lang.String message)
e - message -
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||