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