public abstract class GraphDbException extends RuntimeException
Constructor and Description |
---|
GraphDbException(String message) |
GraphDbException(String code,
String message) |
GraphDbException(String code,
String message,
Throwable cause) |
GraphDbException(String message,
Throwable cause) |
Modifier and Type | Method and Description |
---|---|
String |
code()
Access the status code for this exception.
|
static GraphDbException |
discardCauseAndGetNewExcpetion(GraphDbException acl,
String message,
Throwable cause,
Throwable[] suppressed) |
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
public GraphDbException(String message)
public String code()
public static GraphDbException discardCauseAndGetNewExcpetion(GraphDbException acl, String message, Throwable cause, Throwable[] suppressed) throws Exception
Exception
Copyright © 2024. All rights reserved.