|
© 2001 BEA Systems, Inc. | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
com.beasys.commerce.axiom.contact.security.RDBMSException
This exception is thrown if an error occurs in the RDBMS realm code. It is an unchecked exception because the underlying realm interfaces do not provide for checked exceptions to indicate errors.
Constructor Summary | |
RDBMSException()
Construct an exception with no detail message and no nested Throwable. |
|
RDBMSException(java.lang.String msg)
Construct an exception with the given detail message and no nested Throwable. |
|
RDBMSException(java.lang.String msg,
java.lang.Throwable nested)
Construct an exception with the given detail message and nested Throwable. |
|
RDBMSException(java.lang.Throwable nested)
Construct an exception with no detail message and the given nested Throwable. |
Constructor Detail |
public RDBMSException()
public RDBMSException(java.lang.String msg)
msg
- detail messagepublic RDBMSException(java.lang.Throwable nested)
nested
- nested Throwablepublic RDBMSException(java.lang.String msg, java.lang.Throwable nested)
msg
- detail messagenested
- nested Throwable
|
© 2001 BEA Systems, Inc. | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |