public final class RelationAlreadyExistsException extends InventoryException
| Constructor and Description |
|---|
RelationAlreadyExistsException(Entity entity) |
RelationAlreadyExistsException(String relationName,
Filter[] path) |
RelationAlreadyExistsException(String relationName,
Filter[][] path) |
RelationAlreadyExistsException(Throwable cause,
String relationName,
Filter[] path) |
RelationAlreadyExistsException(Throwable cause,
String relationName,
Filter[][] path) |
| Modifier and Type | Method and Description |
|---|---|
String |
getMessage() |
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toStringpublic RelationAlreadyExistsException(Throwable cause, String relationName, Filter[] path)
public RelationAlreadyExistsException(Throwable cause, String relationName, Filter[][] path)
public RelationAlreadyExistsException(String relationName, Filter[] path)
public RelationAlreadyExistsException(String relationName, Filter[][] path)
public RelationAlreadyExistsException(Entity entity)
public String getMessage()
getMessage in class ThrowableCopyright © 2015 Red Hat, Inc.. All rights reserved.