Create an UnresolvableException object that holds an error message.parammessage The error message. super(message);
super(message);
Create an UnresolvableException object that holds an error message, and another exception that caused this exception.paramcause The exception that caused this exception. super(cause);
super(cause);