Constructs a SmallBookServiceException with an associated message.parammessage a message describing the reason for the exception. super(message);
SmallBookServiceException
super(message);
Gets the message associated with this exception.returnthe message describing the reason for the exception. return super.getMessage();
return super.getMessage();