org.modeshape.jcr.federation.spi
Class ConnectorException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
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
Methods inherited from class java.lang.Throwable |
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
ConnectorException
public ConnectorException(I18n i18nText,
Object... arguments)
ConnectorException
public ConnectorException(Throwable cause)
ConnectorException
public ConnectorException(String message)
ConnectorException
public ConnectorException(String message,
Throwable cause)
Copyright © 2008-2013 JBoss, a division of Red Hat. All Rights Reserved.