org.modeshape.connector.meta.jdbc
Class JdbcMetadataException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by java.lang.RuntimeException
              extended by org.modeshape.connector.meta.jdbc.JdbcMetadataException
All Implemented Interfaces:
Serializable

public class JdbcMetadataException
extends RuntimeException

Thrown to indicate that there was a failure while attempting to retrieve metadata

See Also:
Serialized Form

Constructor Summary
JdbcMetadataException()
           
JdbcMetadataException(String message)
           
JdbcMetadataException(String message, Throwable cause)
           
JdbcMetadataException(Throwable cause)
           
 
Method Summary
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

JdbcMetadataException

public JdbcMetadataException()

JdbcMetadataException

public JdbcMetadataException(String message)

JdbcMetadataException

public JdbcMetadataException(Throwable cause)

JdbcMetadataException

public JdbcMetadataException(String message,
                             Throwable cause)


Copyright © 2008-2012 JBoss, a division of Red Hat. All Rights Reserved.