Package org.pentaho.di.repository
Class KettleRepositoryLostException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- java.lang.RuntimeException
-
- org.pentaho.di.repository.KettleRepositoryLostException
-
- All Implemented Interfaces:
Serializable
public class KettleRepositoryLostException extends RuntimeException
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description KettleRepositoryLostException()
KettleRepositoryLostException(String message)
KettleRepositoryLostException(String message, Throwable cause)
KettleRepositoryLostException(Throwable cause)
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description String
getPrefaceMessage()
static KettleRepositoryLostException
lookupStackStrace(Throwable root)
-
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
-
-
-
Method Detail
-
lookupStackStrace
public static KettleRepositoryLostException lookupStackStrace(Throwable root)
-
getPrefaceMessage
public String getPrefaceMessage()
-
-