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