public class CasbinWatcherLettuceTypeUnsupportedException
extends java.lang.RuntimeException
| Constructor and Description |
|---|
CasbinWatcherLettuceTypeUnsupportedException()
Constructor
|
CasbinWatcherLettuceTypeUnsupportedException(java.lang.String message)
Constructor
|
CasbinWatcherLettuceTypeUnsupportedException(java.lang.String message,
java.lang.Throwable cause)
Constructor
|
CasbinWatcherLettuceTypeUnsupportedException(java.lang.String message,
java.lang.Throwable cause,
boolean enableSuppression,
boolean writableStackTrace)
Constructor
|
CasbinWatcherLettuceTypeUnsupportedException(java.lang.Throwable cause)
Constructor
|
public CasbinWatcherLettuceTypeUnsupportedException()
public CasbinWatcherLettuceTypeUnsupportedException(java.lang.String message)
message - messagepublic CasbinWatcherLettuceTypeUnsupportedException(java.lang.String message,
java.lang.Throwable cause)
message - messagecause - causepublic CasbinWatcherLettuceTypeUnsupportedException(java.lang.Throwable cause)
cause - causepublic CasbinWatcherLettuceTypeUnsupportedException(java.lang.String message,
java.lang.Throwable cause,
boolean enableSuppression,
boolean writableStackTrace)
message - messagecause - causeenableSuppression - enableSuppressionwritableStackTrace - writableStackTrace