BEA Systems, Inc.

com.beasys.commerce.axiom.contact.security
Class RDBMSException

java.lang.Object
  |
  +--java.lang.Throwable
        |
        +--java.lang.Exception
              |
              +--java.lang.RuntimeException
                    |
                    +--weblogic.utils.NestedRuntimeException
                          |
                          +--com.beasys.commerce.axiom.contact.security.RDBMSException

public class RDBMSException
extends weblogic.utils.NestedRuntimeException

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.

See Also:
Serialized Form

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.
 
Methods inherited from class weblogic.utils.NestedRuntimeException
getNested, getNestedException, printStackTrace, printStackTrace, superPrintStackTrace, superToString, toString
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getLocalizedMessage, getMessage, printStackTrace
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

RDBMSException

public RDBMSException()
Construct an exception with no detail message and no nested Throwable.

RDBMSException

public RDBMSException(java.lang.String msg)
Construct an exception with the given detail message and no nested Throwable.
Parameters:
msg - detail message

RDBMSException

public RDBMSException(java.lang.Throwable nested)
Construct an exception with no detail message and the given nested Throwable.
Parameters:
nested - nested Throwable

RDBMSException

public RDBMSException(java.lang.String msg,
                      java.lang.Throwable nested)
Construct an exception with the given detail message and nested Throwable.
Parameters:
msg - detail message
nested - nested Throwable

BEA Systems, Inc.

Copyright © 2000 BEA Systems, Inc. All Rights Reserved