public final class RelationNotFoundException extends InventoryException
| Constructor and Description |
|---|
RelationNotFoundException(Class<? extends Entity> sourceEntityType,
Filter[] filters) |
RelationNotFoundException(Class<? extends Entity> sourceEntityType,
Filter[][] filters) |
RelationNotFoundException(Class<? extends Entity> sourceEntityType,
String nameOrId,
Filter[][] filters,
String message,
Throwable cause) |
RelationNotFoundException(Class<? extends Entity> sourceEntityType,
String nameOrId,
Filter[] filters,
String message,
Throwable cause) |
RelationNotFoundException(Class<? extends Entity> sourceEntityType,
String nameOrId,
Filter[] filters,
Throwable cause) |
RelationNotFoundException(String nameOrId,
Filter[] filters) |
RelationNotFoundException(String nameOrId,
Filter[][] filters) |
RelationNotFoundException(String nameOrId,
Filter[] filters,
String message) |
| Modifier and Type | Method and Description |
|---|---|
String |
getMessage() |
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toStringpublic RelationNotFoundException(Class<? extends Entity> sourceEntityType, String nameOrId, Filter[] filters, String message, Throwable cause)
public RelationNotFoundException(Class<? extends Entity> sourceEntityType, String nameOrId, Filter[][] filters, String message, Throwable cause)
public RelationNotFoundException(Class<? extends Entity> sourceEntityType, String nameOrId, Filter[] filters, Throwable cause)
public RelationNotFoundException(String nameOrId, Filter[] filters, String message)
public RelationNotFoundException(Class<? extends Entity> sourceEntityType, Filter[] filters)
public RelationNotFoundException(Class<? extends Entity> sourceEntityType, Filter[][] filters)
public String getMessage()
getMessage in class ThrowableCopyright © 2015 Red Hat, Inc.. All rights reserved.