org.neo4j.helpers
Class Exceptions
java.lang.Object
org.neo4j.helpers.Exceptions
public class Exceptions
- extends Object
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
withCause
public static <T extends Throwable> T withCause(T exception,
Throwable cause)
launderedException
public static RuntimeException launderedException(Throwable exception)
launderedException
public static RuntimeException launderedException(String messageForUnexpected,
Throwable exception)
launderedException
public static <T extends Throwable> T launderedException(Class<T> type,
Throwable exception)
launderedException
public static <T extends Throwable> T launderedException(Class<T> type,
String messageForUnexpected,
Throwable exception)
Copyright © 2002-2012 The Neo4j Graph Database Project. All Rights Reserved.