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