public class RejectedSubscribeException extends java.lang.RuntimeException implements RejectedSubscribeError
Constructor and Description |
---|
RejectedSubscribeException(java.lang.String message)
Create a new instance.
|
RejectedSubscribeException(java.lang.Throwable cause)
Create a new instance.
|
public RejectedSubscribeException(java.lang.String message)
message
- The exception message.public RejectedSubscribeException(java.lang.Throwable cause)
cause
- The cause of the exception.