ModeShape Distribution 3.5.0.Final

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.jcr.federation.spi.ConnectorException
                  extended by org.modeshape.connector.meta.jdbc.JdbcMetadataException
All Implemented Interfaces:
Serializable

public class JdbcMetadataException
extends ConnectorException

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

See Also:
Serialized Form

Constructor Summary
JdbcMetadataException(I18n i18nText, Object... arguments)
           
JdbcMetadataException(I18n i18nText, Throwable cause, Object... arguments)
           
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(I18n i18nText,
                             Object... arguments)

JdbcMetadataException

public JdbcMetadataException(I18n i18nText,
                             Throwable cause,
                             Object... arguments)

JdbcMetadataException

public JdbcMetadataException(Throwable cause)

JdbcMetadataException

public JdbcMetadataException(String message,
                             Throwable cause)

ModeShape Distribution 3.5.0.Final

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