public class IllegalResourceClassException
extends java.lang.IllegalArgumentException
Resource
or it does not
meet any other service implementation specific requirements.Constructor and Description |
---|
IllegalResourceClassException()
Creates a new instance with no detail message.
|
IllegalResourceClassException(java.lang.String message)
Creates a new instance with the given detail message.
|
IllegalResourceClassException(java.lang.String message,
java.lang.Throwable cause)
Creates a new instance with the given detail message and cause.
|
IllegalResourceClassException(java.lang.Throwable cause)
Creates a new instance with the given cause.
|
public IllegalResourceClassException()
public IllegalResourceClassException(@Nullable java.lang.String message)
public IllegalResourceClassException(@Nullable java.lang.String message, @Nullable java.lang.Throwable cause)
public IllegalResourceClassException(@Nullable java.lang.Throwable cause)