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