public class IdNotFoundException extends KettleException
Modifier and Type | Field and Description |
---|---|
static long |
serialVersionUID |
Constructor and Description |
---|
IdNotFoundException(String objectName,
String pathToObject,
RepositoryObjectType objectType)
Constructs a new throwable with null as its detail message.
|
IdNotFoundException(String message,
String objectName,
String pathToObject,
RepositoryObjectType objectType)
Constructs a new throwable with the specified detail message.
|
IdNotFoundException(String message,
Throwable cause,
String objectName,
String pathToObject,
RepositoryObjectType objectType)
Constructs a new throwable with the specified detail message and cause.
|
IdNotFoundException(Throwable cause,
String objectName,
String pathToObject,
RepositoryObjectType objectType)
Constructs a new throwable with the specified cause and a detail message of (cause==null ? null : cause.toString())
(which typically contains the class and detail message of cause).
|
Modifier and Type | Method and Description |
---|---|
String |
getObjectName() |
RepositoryObjectType |
getObjectType() |
String |
getPathToObject() |
getMessage, getSuperMessage
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
public static final long serialVersionUID
public IdNotFoundException(String objectName, String pathToObject, RepositoryObjectType objectType)
public IdNotFoundException(String message, String objectName, String pathToObject, RepositoryObjectType objectType)
message
- - the detail message. The detail message is saved for later retrieval by the getMessage() method.public IdNotFoundException(Throwable cause, String objectName, String pathToObject, RepositoryObjectType objectType)
cause
- the cause (which is saved for later retrieval by the getCause() method). (A null value is permitted, and
indicates that the cause is nonexistent or unknown.)public IdNotFoundException(String message, Throwable cause, String objectName, String pathToObject, RepositoryObjectType objectType)
message
- the detail message (which is saved for later retrieval by the getMessage() method).cause
- the cause (which is saved for later retrieval by the getCause() method). (A null value is permitted, and
indicates that the cause is nonexistent or unknown.)public String getObjectName()
public String getPathToObject()
public RepositoryObjectType getObjectType()