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