ModeShape Distribution 3.5.0.Final

org.modeshape.jcr.federation.spi
Class ConnectorException

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
All Implemented Interfaces:
Serializable
Direct Known Subclasses:
JdbcMetadataException

public class ConnectorException
extends RuntimeException

Exception class that can be thrown either by Connector implementations or in other exceptional cases involving federation operations.

See Also:
Serialized Form

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

ConnectorException

public ConnectorException(I18n i18nText,
                          Object... arguments)

ConnectorException

public ConnectorException(Throwable cause)

ConnectorException

public ConnectorException(String message)

ConnectorException

public ConnectorException(String message,
                          Throwable cause)

ModeShape Distribution 3.5.0.Final

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