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