Class ColumnPartitionChannelManager.InvalidatedChannelException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.io.IOException
com.illumon.iris.db.v2.logaggregator.ColumnPartitionChannelManager.InvalidatedChannelException
- All Implemented Interfaces:
Serializable
- Enclosing class:
- ColumnPartitionChannelManager
- See Also:
-
Method Summary
Modifier and TypeMethodDescriptionFactory method to create an InvalidatedChannelException with optional message.Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Method Details
-
of
public static ColumnPartitionChannelManager.InvalidatedChannelException of(@Nullable @Nullable String message) Factory method to create an InvalidatedChannelException with optional message.- Parameters:
message- optional message- Returns:
- the new exception
-