public class ResourceAlreadyRegistredException
extends java.lang.IllegalStateException
Constructor and Description |
---|
ResourceAlreadyRegistredException()
Creates a new instance with no detail message.
|
ResourceAlreadyRegistredException(java.lang.String message)
Creates a new instance with the given detail message.
|
ResourceAlreadyRegistredException(java.lang.String message,
java.lang.Throwable cause)
Creates a new instance with the given detail message and cause.
|
ResourceAlreadyRegistredException(java.lang.Throwable cause)
Creates a new instance with the given cause.
|
public ResourceAlreadyRegistredException()
public ResourceAlreadyRegistredException(@Nullable java.lang.String message)
public ResourceAlreadyRegistredException(@Nullable java.lang.String message, @Nullable java.lang.Throwable cause)
public ResourceAlreadyRegistredException(@Nullable java.lang.Throwable cause)