Package com.palantir.common.exception
Class AtlasDbDependencyException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- java.lang.RuntimeException
-
- com.palantir.common.exception.AtlasDbDependencyException
-
- All Implemented Interfaces:
Serializable
- Direct Known Subclasses:
NotInitializedException
public class AtlasDbDependencyException extends RuntimeException
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description AtlasDbDependencyException(String msg)
AtlasDbDependencyException(String msg, Throwable throwable)
AtlasDbDependencyException(Throwable throwable)
-
Method Summary
-
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
-