|
EAF 7.0 API | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectjava.lang.Throwable
java.lang.Exception
org.enhydra.dods.exceptions.DodsBaseException
com.lutris.appserver.server.sql.ObjectIdException
Exception for object id failures.
| Constructor Summary | |
ObjectIdException(java.lang.String msg)
Construct with required messsage. |
|
ObjectIdException(java.lang.String msg,
java.lang.Throwable cause)
Construct with a message and associated causing exception. |
|
ObjectIdException(java.lang.Throwable cause)
Construct from a causing exception. |
|
| Methods inherited from class org.enhydra.dods.exceptions.DodsBaseException |
getCause, getMessage, printStackTrace, printStackTrace, printStackTrace |
| Methods inherited from class java.lang.Throwable |
fillInStackTrace, getLocalizedMessage, getStackTrace, initCause, setStackTrace, toString |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
public ObjectIdException(java.lang.String msg)
msg - Detailed message describing the exception.
public ObjectIdException(java.lang.String msg,
java.lang.Throwable cause)
msg - the message associated with the exception.cause - the error or exception that cause this exception.public ObjectIdException(java.lang.Throwable cause)
cause - the error or exception that cause this exception. The
message will be this object's messasge.
|
EAF 7.0 API | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||