org.hibernate.search.bridge
Class BridgeException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by java.lang.RuntimeException
              extended by org.hibernate.search.SearchException
                  extended by org.hibernate.search.bridge.BridgeException
All Implemented Interfaces:
Serializable

public class BridgeException
extends SearchException

Exceptions thrown in a bridge are wrapped in BridgeException The BridgeException message provides useful contextual information to the developers.

Author:
Emmanuel Bernard
See Also:
Serialized Form

Constructor Summary
BridgeException()
           
BridgeException(String message)
           
BridgeException(String message, Throwable cause)
           
BridgeException(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

BridgeException

public BridgeException()

BridgeException

public BridgeException(String message)

BridgeException

public BridgeException(String message,
                       Throwable cause)

BridgeException

public BridgeException(Throwable cause)


Copyright © 2006-2012 Red Hat Middleware, LLC. All Rights Reserved