org.openanzo.jdbc.utils
Class UnhandledRdbException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by java.lang.RuntimeException
              extended by org.apache.commons.lang.exception.NestableRuntimeException
                  extended by org.apache.commons.lang.UnhandledException
                      extended by org.openanzo.jdbc.utils.UnhandledRdbException
All Implemented Interfaces:
java.io.Serializable, org.apache.commons.lang.exception.Nestable

public class UnhandledRdbException
extends org.apache.commons.lang.UnhandledException

Exception dealing with unhandled RDB errors

Author:
Joe Betz
See Also:
Serialized Form

Constructor Summary
UnhandledRdbException(java.lang.String message)
          Create a new UnhandledRdbException
UnhandledRdbException(java.lang.String message, java.lang.Throwable cause)
          Create a new UnhandledRdbException
UnhandledRdbException(java.lang.Throwable cause)
          Create a new UnhandledRdbException
 
Method Summary
 
Methods inherited from class org.apache.commons.lang.exception.NestableRuntimeException
getCause, getMessage, getMessage, getMessages, getThrowable, getThrowableCount, getThrowables, indexOfThrowable, indexOfThrowable, printPartialStackTrace, printStackTrace, printStackTrace, printStackTrace
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getLocalizedMessage, getStackTrace, initCause, setStackTrace, toString
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

UnhandledRdbException

public UnhandledRdbException(java.lang.String message)
Create a new UnhandledRdbException

Parameters:
message - message text for exception

UnhandledRdbException

public UnhandledRdbException(java.lang.Throwable cause)
Create a new UnhandledRdbException

Parameters:
cause - cause of exception

UnhandledRdbException

public UnhandledRdbException(java.lang.String message,
                             java.lang.Throwable cause)
Create a new UnhandledRdbException

Parameters:
message - message text for exception
cause - cause of exception


Copyright © 2007 Cambridge Semantics Inc.. All Rights Reserved.