public class ResourceNotRegistredException
extends java.lang.IllegalStateException
This exception may be also thrown when an attempt is made to unregister a listener that is not registered and the core listener service decided to inform about that.
Constructor and Description |
---|
ResourceNotRegistredException()
Creates a new instance with no detail message.
|
ResourceNotRegistredException(java.lang.String message)
Creates a new instance with the given detail message.
|
ResourceNotRegistredException(java.lang.String message,
java.lang.Throwable cause)
Creates a new instance with the given detail message and cause.
|
ResourceNotRegistredException(java.lang.Throwable cause)
Creates a new instance with the given cause.
|
public ResourceNotRegistredException()
public ResourceNotRegistredException(@Nullable java.lang.String message)
public ResourceNotRegistredException(@Nullable java.lang.String message, @Nullable java.lang.Throwable cause)
public ResourceNotRegistredException(@Nullable java.lang.Throwable cause)