org.hibernate.search.bridge
Class BridgeException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
org.hibernate.search.SearchException
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
Methods inherited from class java.lang.Throwable |
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
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